diff options
Diffstat (limited to 'include/configs/spc1920.h')
-rw-r--r-- | include/configs/spc1920.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/spc1920.h b/include/configs/spc1920.h index 75ed618..4d18747 100644 --- a/include/configs/spc1920.h +++ b/include/configs/spc1920.h @@ -424,12 +424,4 @@ #define CONFIG_SYS_BR5_PRELIM ((CONFIG_SYS_SPC1920_PLD_BASE & BR_BA_MSK) | BR_PS_8 | BR_V) -/* - * Internal Definitions - * - * Boot Flags - */ -#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ -#define BOOTFLAG_WARM 0x02 /* Software reboot */ - #endif /* __CONFIG_H */ |