]> Git Repo - J-u-boot.git/blobdiff - include/configs/cpci5200.h
Makefile: move all Power Architecture boards into boards.cfg
[J-u-boot.git] / include / configs / cpci5200.h
index 712db6d5077a22ae31c4252f3d56d3ec9a53f187..2bedae27443b290222b550bb5dc7702c586df147 100644 (file)
 #define CONFIG_CPCI5200                1       /* ... on CPCI5200  board */
 #define CONFIG_MPC5200_DDR     1       /* ... use DDR RAM        */
 
+#ifndef CONFIG_SYS_TEXT_BASE
+#define CONFIG_SYS_TEXT_BASE   0xFFF00000      /* Standard: boot high */
+#endif
+
 #define CONFIG_SYS_MPC5XXX_CLKIN       33000000        /* ... running at 33.000000MHz */
 
 #define BOOTFLAG_COLD          0x01    /* Normal Power-On: Boot from FLASH  */
This page took 0.023264 seconds and 4 git commands to generate.