summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorValentin Longchamp <valentin.longchamp@keymile.com>2011-09-12 04:18:41 +0000
committerWolfgang Denk <wd@denx.de>2011-10-05 22:03:11 +0200
commite5847b7730844f35aefab778d1c36fdc327f03e5 (patch)
treedfe7a2eab3c09f2331cf984f50ca03da01c94b58 /include
parent8d3fcb5e60b6c8e1d530dbc2e2e33ec6a44670da (diff)
downloadtalos-obmc-uboot-e5847b7730844f35aefab778d1c36fdc327f03e5.tar.gz
talos-obmc-uboot-e5847b7730844f35aefab778d1c36fdc327f03e5.zip
km_arm: change CONFIG_SYS_TEXT_BASE to end of RAM
This allows to test a larger part of the RAM in the memory tests. Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com> Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Cc: Heiko Schocher <hs@denx.de> Cc: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/km/km_arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h
index 2e3b182624..71fe1499ed 100644
--- a/include/configs/km/km_arm.h
+++ b/include/configs/km/km_arm.h
@@ -54,7 +54,7 @@
#include "asm/arch/config.h"
-#define CONFIG_SYS_TEXT_BASE 0x04000000 /* code address after reloc */
+#define CONFIG_SYS_TEXT_BASE 0x07d00000 /* code address before reloc */
#define CONFIG_SYS_MEMTEST_START 0x00400000 /* 4M */
#define CONFIG_SYS_MEMTEST_END 0x007fffff /*(_8M -1) */
#define CONFIG_SYS_LOAD_ADDR 0x00800000 /* default load adr- 8M */
OpenPOWER on IntegriCloud