X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=blobdiff_plain;f=include%2Fasm-generic%2Fglobal_data.h;h=9c5a1e166f9acf428e709c74f07c6102664b8898;hp=f61acbc4fc12f5cd815965eedba5cc6f25140826;hb=1739564e753bc3a8097f8937a3cbe738bdaaed5d;hpb=746667f1e56bf08d03e66a178df3c4f4f6c806e1 diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index f61acbc4fc..9c5a1e166f 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -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 */