X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fasm-sh%2Fglobal_data.h;fp=include%2Fasm-sh%2Fglobal_data.h;h=69af24a7708cc45ea7d80a27d75b397e3cd11b9b;hb=0008e2abc8456d51e0e1bfae71e6f14f74790cc5;hp=3bfbdb00bfbfae53f70bddef73272b9872e6b69f;hpb=43ad16fbc02f0abb5c8026336b38bc100c208f93;p=u-boot diff --git a/include/asm-sh/global_data.h b/include/asm-sh/global_data.h index 3bfbdb00bf..69af24a770 100644 --- a/include/asm-sh/global_data.h +++ b/include/asm-sh/global_data.h @@ -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")