Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dbootstage.h360 int bootstage_init(bool first);
428 static inline int bootstage_init(bool first) in bootstage_init() function
/OK3568_Linux_fs/u-boot/common/
H A Dbootstage.c492 int bootstage_init(bool first) in bootstage_init() function
H A Dboard_f.c766 ret = bootstage_init(!from_spl); in initf_bootstage()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl.c309 ret = bootstage_init(true); in spl_common_init()