Skip to content

Commit

Permalink
arc: emsdp: Bump RAM size to 16 Mb
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
abrodkin committed Dec 3, 2018
1 parent 9520613 commit ad74bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/configs/emsdp.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE

#define CONFIG_SYS_SDRAM_BASE 0x10000000
#define CONFIG_SYS_SDRAM_SIZE SZ_8M
#define CONFIG_SYS_SDRAM_SIZE SZ_16M

#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + SZ_1M)

Expand Down

0 comments on commit ad74bb4

Please sign in to comment.