POST: add POST_STOP flag
[oweals/u-boot.git] / include / asm-mips / global_data.h
index bd9e4dd86210a65cd1ab247df296310d2252f7d7..e7b28538d2c303ed7755751de1bb4023d45a5677 100644 (file)
@@ -55,6 +55,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         */
 
 #define DECLARE_GLOBAL_DATA_PTR     register volatile gd_t *gd asm ("k0")