Kirkwood: Changes specific to ARM relocation support
[platform/kernel/u-boot.git] / include / configs / mv-common.h
index e78d29f..bdcebd3 100644 (file)
 #error "Unsupported SoC"
 #endif
 
+/* additions for new ARM relocation support */
+#define CONFIG_SYS_SDRAM_BASE          0x00000000
+/* Kirkwood has 2k of Security SRAM, use it for SP */
+#define CONFIG_SYS_INIT_SP_ADDR                0xC8012000
+
 /*
  * CLKs configurations
  */