Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h177 #define GD_FLG_SPL_INIT 0x00400 /* spl_init() has been called */ macro
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl.c390 gd->flags |= GD_FLG_SPL_INIT; in spl_init()
533 if (!(gd->flags & GD_FLG_SPL_INIT)) { in board_init_r()