summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-12-11 09:29:39 -0500
committerTom Rini <trini@konsulko.com>2019-12-11 09:29:39 -0500
commitf39abbbc531eb7b246d83dbb765e65afcc0989f8 (patch)
tree71b59e28f2b7d1234515268276a56e3b0ef2844f /configs
parent3031cdede17f5311a0c1cc4279ea22fd3d02ce73 (diff)
parente5167465a1740f0cac05be44f3e2a4e334eb527a (diff)
Merge tag 'rpi-next-2020.01.2' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi
- fix DRAM bank detection for unified binary - fix 32bit RPi4 config
Diffstat (limited to 'configs')
-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 f21745b53f..00f80f71ad 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