summaryrefslogtreecommitdiff
path: root/configs/rpi_4_32b_defconfig
diff options
context:
space:
mode:
authorMatthias Brugger <mbrugger@suse.com>2019-12-05 18:53:15 +0100
committerMatthias Brugger <mbrugger@suse.com>2019-12-11 10:14:13 +0100
commite5167465a1740f0cac05be44f3e2a4e334eb527a (patch)
treeafaeba31db49928a59d05cc837d6435ebee9b2b0 /configs/rpi_4_32b_defconfig
parenta63f81c242090682ea4907fa6475d8057208cb05 (diff)
ARM: defconfig: Fix 32bit config for RPi4
The rpi_4_32b_defconfig states that only one DRAM bank is present. This leads to a wrong configuration of the available DRAM. Fix this by setting the DRAM bank config accordingly. Fixes: 193279d784 ("RPI: Add defconfigs for rpi4 (32/64)") Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Diffstat (limited to 'configs/rpi_4_32b_defconfig')
-rw-r--r--configs/rpi_4_32b_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig
index e7d8f29060..80cf930032 100644
--- a/configs/rpi_4_32b_defconfig
+++ b/configs/rpi_4_32b_defconfig
@@ -4,7 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x00008000
CONFIG_TARGET_RPI_4_32B=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_ENV_SIZE=0x4000
-CONFIG_NR_DRAM_BANKS=1
+CONFIG_NR_DRAM_BANKS=2
CONFIG_DISTRO_DEFAULTS=y
CONFIG_OF_BOARD_SETUP=y
# CONFIG_ARCH_FIXUP_FDT_MEMORY is not set