diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
index e78d29f832a61bc7186f765af96aaf7072cbd272..bdcebd3b5dec128461e114e1a6dc9e3df3993561 100644
--- a/include/configs/mv-common.h
+++ b/include/configs/mv-common.h
@@ -55,6 +55,11 @@
 #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
  */