]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-m68k/global_data.h
POST: add POST_STOP flag
[karo-tx-uboot.git] / include / asm-m68k / global_data.h
index c897f2b2a856078f165a9573bfdcb13e1698506f..05191c790a69f4f5243bac24cfdb774015a086b1 100644 (file)
@@ -73,6 +73,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 0
 extern gd_t *global_data;