Searched refs:boot_os (Results 1 – 2 of 2) sorted by relevance
464 static boot_os_fn *boot_os[] = { variable541 for (i = 0; i < ARRAY_SIZE(boot_os); i++) in bootm_os_get_boot_func()542 if (boot_os[i] != NULL) in bootm_os_get_boot_func()543 boot_os[i] += gd->reloc_off; in bootm_os_get_boot_func()548 return boot_os[os]; in bootm_os_get_boot_func()
90 boot_os : Set to yes/Yes/true/True/1 to enable booting to OS,