summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlbert Aribaud <albert.aribaud@free.fr>2010-10-11 13:13:29 +0200
committerWolfgang Denk <wd@denx.de>2010-10-13 10:10:22 +0200
commit0693923cd240f5d401be0a53cddcf0fb1d9ad9d3 (patch)
treeab0b205b91de6ea3775e2d52ef9cef1f87efd187 /include
parent92d5ecba47feb9961c3b7525e947866c5f0d2de5 (diff)
downloadtalos-obmc-uboot-0693923cd240f5d401be0a53cddcf0fb1d9ad9d3.tar.gz
talos-obmc-uboot-0693923cd240f5d401be0a53cddcf0fb1d9ad9d3.zip
edminiv2: add support for ELF relocations
Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
Diffstat (limited to 'include')
-rw-r--r--include/configs/edminiv2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h
index ccfc66053b..43e5e870f0 100644
--- a/include/configs/edminiv2.h
+++ b/include/configs/edminiv2.h
@@ -223,4 +223,9 @@
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000
#define CONFIG_SYS_MAXARGS 16
+/* additions for new relocation code, must be added to all boards */
+#define CONFIG_SYS_SDRAM_BASE 0
+#define CONFIG_SYS_INIT_SP_ADDR \
+ (CONFIG_SYS_SDRAM_BASE + 0x1000 - CONFIG_SYS_GBL_DATA_SIZE)
+
#endif /* _CONFIG_EDMINIV2_H */
OpenPOWER on IntegriCloud