diff options
| author | Tom Rini <[email protected]> | 2018-12-03 07:26:16 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-12-03 07:26:16 -0500 |
| commit | e54457f7495e6fe527d1bad0d8cc7b717558a759 (patch) | |
| tree | 5fe3560f24686a1152053805b3555c7423d52271 /include | |
| parent | 952061352acfd24034e6990b6b7d32cded020c0a (diff) | |
| parent | 6ef705b1575045f7b63bf011a0774228159715b2 (diff) | |
Merge tag 'arc-updates-for-2019.01-rc1' of git://git.denx.de/u-boot-arc
We introduce much better automatic identification of ARC cores.
1. Try to match found HW features to known ARC core templates
2. Print CPU frequency for all ARC boards
3. Add more board-specific info
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/emsdp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/emsdp.h b/include/configs/emsdp.h index 385d59e3387..9a205edc7c0 100644 --- a/include/configs/emsdp.h +++ b/include/configs/emsdp.h @@ -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) |
