]> git.ipfire.org Git - thirdparty/u-boot.git/commit
configs: am62x: fix CONFIG_NR_DRAM_BANKS to 1
authorAnshul Dalal <anshuld@ti.com>
Thu, 3 Jul 2025 13:02:26 +0000 (18:32 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 14 Jul 2025 21:16:51 +0000 (15:16 -0600)
commitb7d70fe68b9ca8f04ba3917d71ec4e84058b9948
tree314e6490d740f08185a4e6aec17759e24735cdcb
parent22039ef94a8f6e7f4fc04648dc5a0ee857927be3
configs: am62x: fix CONFIG_NR_DRAM_BANKS to 1

CONFIG_NR_DRAM_BANKS defines the number of DRAM banks on the
device. The default value of NR_DRAM_BANKS for ARCH_K3 is set to 2
(arch/arm/mach-k3/Kconfig:199) but should be 1 for am62x platforms.

This patch updates NR_DRAM_BANKS value for all am62x platforms to 1.

Fixes: 2969ed31b893 ("configs: Add am62x_beagleplay_*_defconfig")
Fixes: 2d257d9279e3 ("configs: Add configs for AM62x SK")
Fixes: 085cd6459dae ("board: phytec: am62x: Add PHYTEC phyCORE-AM62x SoM")
Fixes: 7d1a10659f5b ("board: toradex: add verdin am62 support")
Signed-off-by: Anshul Dalal <anshuld@ti.com>
configs/am62x_beagleplay_a53_defconfig
configs/am62x_beagleplay_r5_defconfig
configs/am62x_evm_a53_defconfig
configs/am62x_evm_r5_defconfig
configs/phycore_am62x_a53_defconfig
configs/phycore_am62x_r5_defconfig
configs/verdin-am62_a53_defconfig
configs/verdin-am62_r5_defconfig