Searched refs:from_spl (Results 1 – 2 of 2) sorted by relevance
48 static bool from_spl __attribute__ ((section(".data"))); variable54 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()
745 bool from_spl = IS_ENABLED(CONFIG_SPL_BOOTSTAGE) && in initf_bootstage() local749 ret = bootstage_init(!from_spl); in initf_bootstage()752 if (from_spl) { in initf_bootstage()
Completed in 6 milliseconds