Commit 574fa1f02e195c892c4f2255480d925491f0de45

Authored by Aneesh V
Committed by Albert ARIBAUD
1 parent 56ccd36fa1

omap1610inn: fix build breaks

Provide SDRAM base address and use SRAM for initial stack

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff

include/configs/omap1610inn.h
... ... @@ -177,6 +177,8 @@
177 177  
178 178 #endif
179 179  
  180 +#define PHYS_SRAM 0x20000000
  181 +
180 182 /*-----------------------------------------------------------------------
181 183 * FLASH and environment organization
182 184 */
... ... @@ -193,6 +195,9 @@
193 195 #define CONFIG_ENV_IS_IN_FLASH 1
194 196 #define CONFIG_ENV_SIZE 0x20000 /* Total Size of Environment Sector */
195 197 #define CONFIG_ENV_OFFSET 0x20000 /* environment starts here */
  198 +
  199 +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
  200 +#define CONFIG_SYS_INIT_SP_ADDR PHYS_SRAM
196 201  
197 202 #endif /* __CONFIG_H */