|
@@ -106,5 +106,6 @@ typedef struct global_data {
|
|
#define GD_FLG_LOGINIT 0x00020 /* Log Buffer has been initialized */
|
|
#define GD_FLG_LOGINIT 0x00020 /* Log Buffer has been initialized */
|
|
#define GD_FLG_DISABLE_CONSOLE 0x00040 /* Disable console (in & out) */
|
|
#define GD_FLG_DISABLE_CONSOLE 0x00040 /* Disable console (in & out) */
|
|
#define GD_FLG_ENV_READY 0x00080 /* Env. imported into hash table */
|
|
#define GD_FLG_ENV_READY 0x00080 /* Env. imported into hash table */
|
|
|
|
+#define GD_FLG_SERIAL_READY 0x00100 /* Pre-reloc serial console ready */
|
|
|
|
|
|
#endif /* __ASM_GENERIC_GBL_DATA_H */
|
|
#endif /* __ASM_GENERIC_GBL_DATA_H */
|