diff options
Diffstat (limited to 'include/configs/CPCI750.h')
-rw-r--r-- | include/configs/CPCI750.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/CPCI750.h b/include/configs/CPCI750.h index 68a27e6..37341cb 100644 --- a/include/configs/CPCI750.h +++ b/include/configs/CPCI750.h @@ -618,14 +618,6 @@ #define L2_ENABLE (L2_INIT | L2CR_L2E) -/* - * Internal Definitions - * - * Boot Flags - */ -#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ -#define BOOTFLAG_WARM 0x02 /* Software reboot */ - #define CONFIG_SYS_BOARD_ASM_INIT 1 #define CPCI750_SLAVE_TEST (((in8(0xf0300000) & 0x80) == 0) ? 0 : 1) |