From fc3d29761eb9a76fc860742bdd2ed0a001c5e537 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 20 Sep 2011 13:18:07 +0200 Subject: Drop bogus BOOTFLAG_* definitions There is no code anywhere that references BOOTFLAG_* so remove these defines. Signed-off-by: Wolfgang Denk Cc: Heiko Schocher Cc: Valentin Longchamp Cc: Peter Tyser --- include/configs/km/km83xx-common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/km/km83xx-common.h') diff --git a/include/configs/km/km83xx-common.h b/include/configs/km/km83xx-common.h index 2b1a84a..4a357d6 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" -- cgit v1.1