]> git.sur5r.net Git - u-boot/blobdiff - include/asm-sh/global_data.h
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the...
[u-boot] / include / asm-sh / global_data.h
index 3bfbdb00bfbfae53f70bddef73272b9872e6b69f..69af24a7708cc45ea7d80a27d75b397e3cd11b9b 100644 (file)
@@ -46,6 +46,7 @@ typedef       struct global_data
 #define        GD_FLG_SILENT   0x00004         /* Silent mode                          */
 #define        GD_FLG_POSTFAIL 0x00008         /* Critical POST test failed            */
 #define        GD_FLG_POSTSTOP 0x00010         /* POST seqeunce aborted                */
+#define        GD_FLG_LOGINIT  0x00020         /* Log Buffer has been initialized      */
 
 #define DECLARE_GLOBAL_DATA_PTR        register gd_t *gd asm ("r13")