]> git.sur5r.net Git - u-boot/blobdiff - include/configs/omap3_beagle.h
Merge branch 'next' of ../custodians into next
[u-boot] / include / configs / omap3_beagle.h
index 3f6e803eb91b058c89bf4b49acb47a66840183b8..2463be416e044088033e179350b24789e7214292 100644 (file)
@@ -340,4 +340,9 @@ extern unsigned int boot_flash_sec;
 extern unsigned int boot_flash_type;
 #endif
 
+/* additions for new relocation code, must added to all boards */
+#undef CONFIG_SYS_ARM_WITHOUT_RELOC /* This board is tested with relocation support */
+#define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_SP_ADDR                (LOW_LEVEL_SRAM_STACK - CONFIG_SYS_GBL_DATA_SIZE)
+
 #endif /* __CONFIG_H */