Searched refs:boot_os (Results 1 – 5 of 5) sorted by relevance
436 static boot_os_fn *boot_os[] = { variable503 for (i = 0; i < ARRAY_SIZE(boot_os); i++) in bootm_os_get_boot_func()504 if (boot_os[i] != NULL) in bootm_os_get_boot_func()505 boot_os[i] += gd->reloc_off; in bootm_os_get_boot_func()510 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,