HomeSort by relevance Sort by last modified time
    Searched refs:GD_FLG_SPL_EARLY_INIT (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/asm-generic/
global_data.h 150 #define GD_FLG_SPL_EARLY_INIT 0x04000 /* Early SPL init is done */
  /external/u-boot/common/spl/
spl.c 367 gd->flags |= GD_FLG_SPL_EARLY_INIT;
378 if (!(gd->flags & GD_FLG_SPL_EARLY_INIT)) {

Completed in 567 milliseconds