summaryrefslogtreecommitdiff
path: root/configs/mvebu_db_armada8k_defconfig
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2018-11-21 09:59:32 +0200
committerStefan Roese <sr@denx.de>2018-11-30 10:56:08 +0100
commitd3b2fb56c90038f5455016b29742d50706fa9dc5 (patch)
tree3fe8efcbda40bb2af06770dc53c175ddcf9fdc73 /configs/mvebu_db_armada8k_defconfig
parent93e72ac472b537bb4b0c6a97a7e6aab2b37860c6 (diff)
arm: mvebu: configs: armada8k: use 2 DRAM banks
Commit 2b4d964718c0 ("arm64: mvebu: a8k: autodetect RAM size") added an ATF query to get the detected RAM size on Armada 8K platforms. To be usable we must have 2 DRAM banks. Set Armada 8K configurations to 2 banks. Cc: Konstantin Porotchkin <kostap@marvell.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/mvebu_db_armada8k_defconfig')
-rw-r--r--configs/mvebu_db_armada8k_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mvebu_db_armada8k_defconfig b/configs/mvebu_db_armada8k_defconfig
index cbdc130e98..bb29d2574d 100644
--- a/configs/mvebu_db_armada8k_defconfig
+++ b/configs/mvebu_db_armada8k_defconfig
@@ -9,7 +9,7 @@ CONFIG_SMBIOS_PRODUCT_NAME=""
CONFIG_DEBUG_UART=y
CONFIG_AHCI=y
CONFIG_DISTRO_DEFAULTS=y
-CONFIG_NR_DRAM_BANKS=1
+CONFIG_NR_DRAM_BANKS=2
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SYS_CONSOLE_INFO_QUIET=y
# CONFIG_DISPLAY_CPUINFO is not set