Commit ad74bb4fe3fe919ab86f410dbb7df6d2bab8d141

Authored by Alexey Brodkin
Committed by Alexey Brodkin
1 parent 952061352a

arc: emsdp: Bump RAM size to 16 Mb

On v2 boards that will hit real stock we'll have 16 Mb of RAM.

Note on v1 boards (if anybody ever get one out of trash bin)
this leads to U-Boot execution freeze in the middle ofthe relocation
so don't be surprised.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>

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

include/configs/emsdp.h
... ... @@ -11,7 +11,7 @@
11 11 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
12 12  
13 13 #define CONFIG_SYS_SDRAM_BASE 0x10000000
14   -#define CONFIG_SYS_SDRAM_SIZE SZ_8M
  14 +#define CONFIG_SYS_SDRAM_SIZE SZ_16M
15 15  
16 16 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + SZ_1M)
17 17