Commit 0f33ef946acb41fafac6d2a8511ddfdbc53da141

Authored by Aneesh V
Committed by Albert ARIBAUD
1 parent d59772eb75

omap5912osk: 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/omap5912osk.h
... ... @@ -168,6 +168,8 @@
168 168  
169 169 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE /* Monitor at beginning of flash */
170 170  
  171 +#define PHYS_SRAM 0x20000000
  172 +
171 173 /*-----------------------------------------------------------------------
172 174 * FLASH driver setup
173 175 */
... ... @@ -198,6 +200,9 @@
198 200  
199 201 #define CONFIG_ENV_SIZE 0x20000 /* Total Size of Environment Sector */
200 202 #define CONFIG_ENV_OFFSET 0x20000 /* environment starts here */
  203 +
  204 +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
  205 +#define CONFIG_SYS_INIT_SP_ADDR PHYS_SRAM
201 206  
202 207 #endif /* __CONFIG_H */