]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/include/asm/global_data.h
x86: Punt cold- and warm-boot flags
[karo-tx-uboot.git] / arch / x86 / include / asm / global_data.h
index f177a4fa3b6859ee44c1871c3dae2feb3ca67c55..c7365496a89dd78c3cf3084331b4c83da8ed5539 100644 (file)
@@ -91,8 +91,6 @@ extern gd_t *gd;
 #define        GD_FLG_LOGINIT          0x00020 /* Log Buffer has been initialized      */
 #define GD_FLG_DISABLE_CONSOLE 0x00040 /* Disable console (in & out)           */
 #define GD_FLG_ENV_READY       0x00080 /* Environment imported into hash table */
-#define GD_FLG_COLD_BOOT       0x00100 /* Cold Boot */
-#define GD_FLG_WARM_BOOT       0x00200 /* Warm Boot */
 
 #if 0
 #define DECLARE_GLOBAL_DATA_PTR