diff options
author | Tom Rini <trini@konsulko.com> | 2019-10-01 16:31:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-01 16:31:26 -0400 |
commit | ea4316cdb340ce1c05db5d6a869d1840dad68508 (patch) | |
tree | 369367086c7c3b82b539d5ff959115c23493be8f /configs | |
parent | f2d2d2247132a1fa033a40ae89afed8dc5ebc1e1 (diff) | |
parent | 9de5b89e4c898ec770878eb4848588c635a37bac (diff) |
Merge tag 'rpi-next-2019.10.2' of https://github.com/mbgg/u-boot
RPi4:
Fix amount of memory seen by the kernel.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/rpi_4_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig index 2d63197d75..2954e17ac3 100644 --- a/configs/rpi_4_defconfig +++ b/configs/rpi_4_defconfig @@ -3,7 +3,7 @@ CONFIG_ARCH_BCM283X=y CONFIG_SYS_TEXT_BASE=0x00080000 CONFIG_TARGET_RPI_4=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_ARCH_FIXUP_FDT_MEMORY is not set |