summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorJens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>2013-10-28 10:58:15 +0100
committerAndreas Bießmann <andreas.devel@googlemail.com>2013-11-04 20:32:39 +0100
commitf89a6ee3557bc67f20f75e64d5eb62fde58fd3ba (patch)
tree03c2ac5bf6e7dec271e0f22f1a466e4121ae4314 /include/configs
parentdcd2f1a0d2875a1386535e2e0db9bfbd57a8fadb (diff)
downloadblackbird-obmc-uboot-f89a6ee3557bc67f20f75e64d5eb62fde58fd3ba.tar.gz
blackbird-obmc-uboot-f89a6ee3557bc67f20f75e64d5eb62fde58fd3ba.zip
ARM: ATMEL: eb_cpux9k2: fix TEXT_BASE for ramboot target
Since more functions are enabled, the eb_cpux9k2_ram target does not boot. This patch changed the TEXT_BASE, that the code fits between TEXT_BASE and ram end. Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/eb_cpux9k2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
index 9d40798e43..5c2c73ad4b 100644
--- a/include/configs/eb_cpux9k2.h
+++ b/include/configs/eb_cpux9k2.h
@@ -36,7 +36,7 @@
#define CONFIG_SYS_TEXT_BASE 0x00000000
#else
#define CONFIG_SKIP_LOWLEVEL_INIT
-#define CONFIG_SYS_TEXT_BASE 0x21f00000
+#define CONFIG_SYS_TEXT_BASE 0x21800000
#endif
#define CONFIG_SYS_LOAD_ADDR 0x21000000 /* default load address */
#define CONFIG_STANDALONE_LOAD_ADDR 0x21000000
@@ -133,6 +133,7 @@
#define CONFIG_CMD_UBI
#define CONFIG_CMD_MTDPARTS
#define CONFIG_CMD_UBIFS
+
#define CONFIG_SYS_LONGHELP
/*
OpenPOWER on IntegriCloud