]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Drop bogus BOOTFLAG_* definitions
authorWolfgang Denk <wd@denx.de>
Tue, 20 Sep 2011 11:18:07 +0000 (13:18 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 20 Sep 2011 11:18:07 +0000 (13:18 +0200)
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>
include/configs/km/km83xx-common.h
include/configs/xpedite550x.h

index 2b1a84a5ed09dbb4382d49c04475f2d22838e12f..4a357d685015c496fdf2c14674b1b89433c90d0a 100644 (file)
 
 /*
  * 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"
index 17aab5a7bbf0f57c014564eb4f37b5f4dd13d018..6588867b878467320a92ac7fb15dc93849a5c51a 100644 (file)
@@ -441,12 +441,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);
 #define CONFIG_SYS_BOOTMAPSZ   (16 << 20)      /* Initial Memory map for Linux*/
 #define CONFIG_SYS_BOOTM_LEN   (16 << 20)      /* Increase max gunzip size */
 
-/*
- * Boot Flags
- */
-#define BOOTFLAG_COLD          0x01            /* Normal Power-On: Boot from FLASH */
-#define BOOTFLAG_WARM          0x02            /* Software reboot */
-
 /*
  * Environment Configuration
  */