diff options
| author | Tom Rini <[email protected]> | 2025-06-15 10:31:03 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-15 10:31:03 -0600 |
| commit | c5afa1fef49f55146e78d6157470520391c40eca (patch) | |
| tree | 48f889d2d3ac81d4d8ade532d2c4683bea66f74d | |
| parent | f8cb3fde935ed003ad1d7cf6a06d59586fe65cd5 (diff) | |
| parent | 0cd85170cfbe843c0927305ecabc9f772a76f58c (diff) | |
Merge tag 'rpi-2025.07-rc4' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi
Updates for RPi for 2025.07-rc5:
- configs: rpi: set NR_DRAM_BANKS to 8 to accommodate RAM on 16GB models
| -rw-r--r-- | configs/rpi_arm64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig index 9fe5d177943..69e8e72c5d7 100644 --- a/configs/rpi_arm64_defconfig +++ b/configs/rpi_arm64_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_POSITION_INDEPENDENT=y CONFIG_ARCH_BCM283X=y CONFIG_TARGET_RPI_ARM64=y +CONFIG_NR_DRAM_BANKS=8 CONFIG_ENV_SIZE=0x4000 CONFIG_DEFAULT_DEVICE_TREE="bcm2711-rpi-4-b" CONFIG_OF_LIBFDT_OVERLAY=y |
