edminiv2: add support for ELF relocations
[oweals/u-boot.git] / include / configs / edminiv2.h
index ccfc66053b5627553ccd9730b67ae949a37430b3..43e5e870f009df4f48807d93a305569e5028fe3f 100644 (file)
 #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 */