Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dsys_info.c89 static char *dev_types[] = { variable
124 if (get_device_type() < ARRAY_SIZE(dev_types)) in print_cpuinfo()
125 sec_s = dev_types[get_device_type()]; in print_cpuinfo()