Merge git://git.denx.de/u-boot-dm
[oweals/u-boot.git] / include / asm-generic / global_data.h
index f61acbc4fc12f5cd815965eedba5cc6f25140826..9c5a1e166f9acf428e709c74f07c6102664b8898 100644 (file)
@@ -108,5 +108,6 @@ typedef struct global_data {
 #define GD_FLG_DISABLE_CONSOLE 0x00040 /* Disable console (in & out)      */
 #define GD_FLG_ENV_READY       0x00080 /* Env. imported into hash table   */
 #define GD_FLG_SERIAL_READY    0x00100 /* Pre-reloc serial console ready  */
+#define GD_FLG_FULL_MALLOC_INIT        0x00200 /* Full malloc() is ready          */
 
 #endif /* __ASM_GENERIC_GBL_DATA_H */