summaryrefslogtreecommitdiffstats
path: root/include/configs/smdk2410.h
diff options
context:
space:
mode:
authorDavid Müller (ELSOFT AG) <d.mueller@elsoft.ch>2011-03-24 22:28:03 +0000
committerMinkyu Kang <mk7.kang@samsung.com>2011-05-26 19:28:34 +0900
commitb9f15902b6d7e6e8d292dbdbb11dae32f22dd5bb (patch)
tree69780c1b1c1029db836dddd50c8dcb6f89999258 /include/configs/smdk2410.h
parentf14a522a6cb6b843d31fd099b5af6a57142f2364 (diff)
downloadblackbird-obmc-uboot-b9f15902b6d7e6e8d292dbdbb11dae32f22dd5bb.tar.gz
blackbird-obmc-uboot-b9f15902b6d7e6e8d292dbdbb11dae32f22dd5bb.zip
SMDK2410: activate ARM relocation feature
Signed-off-by: David Müller <d.mueller@elsoft.ch> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/smdk2410.h')
-rw-r--r--include/configs/smdk2410.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h
index 62fe97e76a..17038f526a 100644
--- a/include/configs/smdk2410.h
+++ b/include/configs/smdk2410.h
@@ -179,4 +179,10 @@
#define CONFIG_ENV_IS_IN_FLASH 1
#define CONFIG_ENV_SIZE 0x10000 /* Total Size of Environment Sector */
+/* additions for new relocation code, must be added to all boards */
+#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x1000 - \
+ GENERATED_GBL_DATA_SIZE)
+
+
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud