Home
last modified time | relevance | path

Searched refs:mach_model (Results 1 – 1 of 1) sorted by relevance

/components/drivers/ofw/
A Dfdt.c513 const char *mach_model = fdt_getprop(_fdt, root, "model", RT_NULL); in rt_fdt_model_dump() local
515 if (!mach_model) in rt_fdt_model_dump()
517 mach_model = fdt_getprop(_fdt, root, "compatible", RT_NULL); in rt_fdt_model_dump()
520 LOG_I("Machine model: %s", mach_model ? mach_model : "<undefined>"); in rt_fdt_model_dump()

Completed in 3 milliseconds