diff options
| author | Wolfgang Denk <wd@denx.de> | 2011-09-20 13:18:07 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-09-20 13:18:07 +0200 | 
| commit | fc3d29761eb9a76fc860742bdd2ed0a001c5e537 (patch) | |
| tree | 30b53cd88933b1003a3d94a12827efe282a3176a /include/configs/km/km83xx-common.h | |
| parent | 7aabad28044f031a8ed74af18999e893c1d9d49c (diff) | |
| download | olio-uboot-2014.01-fc3d29761eb9a76fc860742bdd2ed0a001c5e537.tar.xz olio-uboot-2014.01-fc3d29761eb9a76fc860742bdd2ed0a001c5e537.zip | |
Drop bogus BOOTFLAG_* definitions
There is no code anywhere that references BOOTFLAG_* so remove these
defines.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Valentin Longchamp <valentin.longchamp@keymile.com>
Cc: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'include/configs/km/km83xx-common.h')
| -rw-r--r-- | include/configs/km/km83xx-common.h | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/include/configs/km/km83xx-common.h b/include/configs/km/km83xx-common.h index 2b1a84a5e..4a357d685 100644 --- a/include/configs/km/km83xx-common.h +++ b/include/configs/km/km83xx-common.h @@ -284,12 +284,7 @@  /*   * Internal Definitions - * - * Boot Flags   */ -#define BOOTFLAG_COLD	0x01 /* Normal Power-On: Boot from FLASH */ -#define BOOTFLAG_WARM	0x02 /* Software reboot */ -  #define BOOTFLASH_START	0xF0000000  #define CONFIG_KM_CONSOLE_TTY	"ttyS0" |