Lines Matching +full:0 +full:x00001
142 #define gd_board_type() 0
148 #define GD_FLG_RELOC 0x00001 /* Code was relocated to RAM */
149 #define GD_FLG_DEVINIT 0x00002 /* Devices have been initialized */
150 #define GD_FLG_SILENT 0x00004 /* Silent mode */
151 #define GD_FLG_POSTFAIL 0x00008 /* Critical POST test failed */
152 #define GD_FLG_POSTSTOP 0x00010 /* POST seqeunce aborted */
153 #define GD_FLG_LOGINIT 0x00020 /* Log Buffer has been initialized */
154 #define GD_FLG_DISABLE_CONSOLE 0x00040 /* Disable console (in & out) */
155 #define GD_FLG_ENV_READY 0x00080 /* Env. imported into hash table */
156 #define GD_FLG_SERIAL_READY 0x00100 /* Pre-reloc serial console ready */
157 #define GD_FLG_FULL_MALLOC_INIT 0x00200 /* Full malloc() is ready */
158 #define GD_FLG_SPL_INIT 0x00400 /* spl_init() has been called */
159 #define GD_FLG_SKIP_RELOC 0x00800 /* Don't relocate */
160 #define GD_FLG_RECORD 0x01000 /* Record console */
161 #define GD_FLG_ENV_DEFAULT 0x02000 /* Default variable flag */
162 #define GD_FLG_SPL_EARLY_INIT 0x04000 /* Early SPL init is done */
163 #define GD_FLG_LOG_READY 0x08000 /* Log system is ready for use */