summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatthias Weisser <weisserm@arcor.de>2010-09-21 15:37:44 +0200
committerWolfgang Denk <wd@denx.de>2010-09-21 21:42:01 +0200
commitb9d74b48107d139333322288f9c1c4989f5d7659 (patch)
treeafdc4a024e03ccdb02a2102de3ccb09fcf57fdf6 /include
parent696f6cc9bac463e5995915d6eef4be6412b83b73 (diff)
downloadtalos-obmc-uboot-b9d74b48107d139333322288f9c1c4989f5d7659.tar.gz
talos-obmc-uboot-b9d74b48107d139333322288f9c1c4989f5d7659.zip
arm: Make jadecpu board use relocation
This patch modifies jadecpu board so that it is usable with the relocation patches by Heiko Schocher Signed-off-by: Matthias Weisser <weisserm@arcor.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/jadecpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/jadecpu.h b/include/configs/jadecpu.h
index 29c534c4a9..a5d8764b51 100644
--- a/include/configs/jadecpu.h
+++ b/include/configs/jadecpu.h
@@ -146,6 +146,9 @@
#define PHYS_SDRAM 0x40000000 /* Start address of DDRRAM */
#define PHYS_SDRAM_SIZE 0x08000000 /* 128 megs */
+#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
+#define CONFIG_SYS_INIT_SP_ADDR 0x01008000
+
/*
* FLASH and environment organization
*/
OpenPOWER on IntegriCloud