]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/SPD823TS.h
Enable POST memory test for P2020DS
[karo-tx-uboot.git] / include / configs / SPD823TS.h
index 4181a400e881bdf6b80d7b340d961a6e0c7c87aa..b132a780735b1420d07222d5939fa912600132b7 100644 (file)
 #define CONFIG_MPC823          1       /* This is a MPC823 CPU         */
 #define CONFIG_SPD823TS                1       /* ...on a SPD823TS board       */
 
+#define        CONFIG_SYS_TEXT_BASE    0xFF000000
+
+#define CONFIG_RESET_PHY_R     1       /* Call reset_phy()             */
+
 #define CONFIG_8xx_CONS_SMC1   1       /* Console is on SMC1           */
 #undef CONFIG_8xx_CONS_SMC2
 #undef CONFIG_8xx_CONS_NONE
                         MBMR_AMB_TYPE_0 | MBMR_DSB_1_CYCL | MBMR_G0CLB_A11 |   \
                         MBMR_RLFB_1X    | MBMR_WLFB_1X    | MBMR_TLFB_4X)
 
-/*
- * Internal Definitions
- *
- * Boot Flags
- */
-#define BOOTFLAG_COLD  0x01            /* Normal Power-On: Boot from FLASH     */
-#define BOOTFLAG_WARM  0x02            /* Software reboot                      */
-
 #endif /* __CONFIG_H */