Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-tegra/
A Dboard.c48 static bool from_spl __attribute__ ((section(".data"))); variable
54 from_spl = r0 != UBOOT_NOT_LOADED_FROM_SPL; in save_boot_params()
67 if (from_spl) in save_boot_params()
76 return from_spl; in spl_was_boot_source()
/u-boot/common/
A Dboard_f.c745 bool from_spl = IS_ENABLED(CONFIG_SPL_BOOTSTAGE) && in initf_bootstage() local
749 ret = bootstage_init(!from_spl); in initf_bootstage()
752 if (from_spl) { in initf_bootstage()

Completed in 6 milliseconds