diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-11-08 02:33:17 +0000 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-11-29 21:04:06 +1100 |
commit | facc9e7bf42e3578d7e7cecf1727f31badeee6bd (patch) | |
tree | a90fa30610a3e35463648384949af2edac5cd8fb /arch/x86/include | |
parent | 63a90bfb7e2794489acc708835958e1e4a6ea1d6 (diff) | |
download | u-boot-imx-facc9e7bf42e3578d7e7cecf1727f31badeee6bd.zip u-boot-imx-facc9e7bf42e3578d7e7cecf1727f31badeee6bd.tar.gz u-boot-imx-facc9e7bf42e3578d7e7cecf1727f31badeee6bd.tar.bz2 |
x86: Punt cold- and warm-boot flags
Nobody uses them anyway
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/global_data.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/global_data.h b/arch/x86/include/asm/global_data.h index f177a4f..c736549 100644 --- a/arch/x86/include/asm/global_data.h +++ b/arch/x86/include/asm/global_data.h @@ -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 |