From: Matthias Brugger Date: Thu, 5 Dec 2019 17:53:15 +0000 (+0100) Subject: ARM: defconfig: Fix 32bit config for RPi4 X-Git-Tag: submit/tizen/20191216.054629^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=346956c4a24c44b419c381af96bdf31684bb04e9;p=platform%2Fkernel%2Fu-boot.git 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)") Change-Id: I067ba66d80f636d6a56dfb7a14e3ee8da78829d4 Signed-off-by: Matthias Brugger --- diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig index 95d3aa5df2..318e11e8e7 100644 --- a/configs/rpi_4_32b_defconfig +++ b/configs/rpi_4_32b_defconfig @@ -3,7 +3,7 @@ CONFIG_ARCH_BCM283X=y CONFIG_SYS_TEXT_BASE=0x00008000 CONFIG_TARGET_RPI_4_32B=y CONFIG_SYS_MALLOC_F_LEN=0x2000 -CONFIG_NR_DRAM_BANKS=1 +CONFIG_NR_DRAM_BANKS=2 CONFIG_DISTRO_DEFAULTS=y CONFIG_OF_BOARD_SETUP=y CONFIG_MISC_INIT_R=y