uboot_comp
} uboot_comp[] = {
for (i = 0; i < __arraycount(uboot_comp); i++) {
if (strcmp(uboot_comp[i].name, name) == 0)
return uboot_comp[i].comp;
for (i = 0; i < __arraycount(uboot_comp); i++) {
if (uboot_comp[i].comp == comp)
return uboot_comp[i].name;