]> git.sur5r.net Git - u-boot/blobdiff - include/configs/CPCI750.h
powerpc: Cleanup BOOTFLAG_* references
[u-boot] / include / configs / CPCI750.h
index 68a27e663a1fa75671a2bb776508e55eb8459d90..37341cbb990f1a93f770690bd0291e74913f388a 100644 (file)
 
 #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)