powerpc: Cleanup BOOTFLAG_* references
[platform/kernel/u-boot.git] / include / configs / CPCI750.h
index f2d51f7..37341cb 100644 (file)
@@ -57,6 +57,8 @@
 
 #define CONFIG_CPCI750         1       /* this is an CPCI750 board     */
 
+#define        CONFIG_SYS_TEXT_BASE    0xfff00000
+
 #define CONFIG_BAUDRATE                9600    /* console baudrate = 9600      */
 
 #define CONFIG_MV64360_ECC             /* enable ECC support */
 
 #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)