diff --git a/include/configs/armadillo.h b/include/configs/armadillo.h
index d0d0998..8a2d2b7 100644
--- a/include/configs/armadillo.h
+++ b/include/configs/armadillo.h
@@ -135,6 +135,8 @@
 #define PHYS_FLASH_SIZE                0x00400000 /* 4 MB */
 
 #define CONFIG_SYS_FLASH_BASE          PHYS_FLASH_1
+#define        CONFIG_SYS_SDRAM_BASE           PHYS_SDRAM_1
+#define        CONFIG_SYS_INIT_SP_ADDR         (PHYS_SDRAM_1 + CONFIG_STACKSIZE)
 
 /*-----------------------------------------------------------------------
  * FLASH and environment organization
