Home
last modified time | relevance | path

Searched refs:GD_FLG_SPL_EARLY_INIT (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h181 #define GD_FLG_SPL_EARLY_INIT 0x04000 /* Early SPL init is done */ macro
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl.c372 gd->flags |= GD_FLG_SPL_EARLY_INIT; in spl_early_init()
385 if (!(gd->flags & GD_FLG_SPL_EARLY_INIT)) { in spl_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dspl.c428 if (gd->flags & GD_FLG_SPL_EARLY_INIT) { in spl_hang_reset()