Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-tegra/
H A Dboard.c36 static bool from_spl __attribute__ ((section(".data"))); variable
41 from_spl = r0 != UBOOT_NOT_LOADED_FROM_SPL; in save_boot_params()
48 return from_spl; in spl_was_boot_source()
/openbmc/u-boot/common/
H A Dboard_f.c774 bool from_spl = IS_ENABLED(CONFIG_SPL_BOOTSTAGE) && in initf_bootstage() local
778 ret = bootstage_init(!from_spl); in initf_bootstage()
781 if (from_spl) { in initf_bootstage()