atstk100x: move CONFIG_SYS_TEXT_BASE to header
[platform/kernel/u-boot.git] / include / configs / uc101.h
index 1972261..f136691 100644 (file)
 #define CONFIG_UC101           1       /* UC101 board          */
 #define CONFIG_HOSTNAME                uc101
 
+#ifndef CONFIG_SYS_TEXT_BASE
+#define CONFIG_SYS_TEXT_BASE   0xFFF00000
+#endif
+#define CONFIG_SYS_LDSCRIPT    "arch/powerpc/cpu/mpc5xxx/u-boot-customlayout.lds"
+
 #include "manroland/common.h"
 #include "manroland/mpc5200-common.h"