Home
last modified time | relevance | path

Searched refs:bootstage_init (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/
Dbootstage.h353 int bootstage_init(bool first);
421 static inline int bootstage_init(bool first) in bootstage_init() function
/external/u-boot/common/spl/
Dspl.c326 ret = bootstage_init(true); in spl_common_init()
/external/u-boot/common/
Dbootstage.c491 int bootstage_init(bool first) in bootstage_init() function
Dboard_f.c693 ret = bootstage_init(!from_spl); in initf_bootstage()