Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbootm_os.c464 static boot_os_fn *boot_os[] = { variable
541 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()
/openbmc/u-boot/doc/
H A DREADME.falcon90 boot_os : Set to yes/Yes/true/True/1 to enable booting to OS,