X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fglobal_data.h;fp=include%2Fasm-ppc%2Fglobal_data.h;h=341a3bd947613eeccf1cd40e499cbd8ac025798f;hb=83994c69a28ff8b2b6782a6d1a1faee4c9130c45;hp=202c8441c26aeca1fd6082b4f8ad921d004c24ce;hpb=118bd6a9b39b381d5ede2477b56184c9b5ca2641;p=u-boot diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h index 202c8441c2..341a3bd947 100644 --- a/include/asm-ppc/global_data.h +++ b/include/asm-ppc/global_data.h @@ -168,6 +168,7 @@ typedef struct global_data { #define GD_FLG_DEVINIT 0x00002 /* Devices have been initialized */ #define GD_FLG_SILENT 0x00004 /* Silent mode */ #define GD_FLG_POSTFAIL 0x00008 /* Critical POST test failed */ +#define GD_FLG_POSTSTOP 0x00010 /* POST seqeunce aborted */ #if 1 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r2")