]> git.dujemihanovic.xyz Git - u-boot.git/commit
dra7xx: Remove explicit DRAM banks number from defconfigs
authorPaul Kocialkowski <contact@paulk.fr>
Sun, 28 Jul 2024 20:25:00 +0000 (22:25 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 7 Aug 2024 00:32:46 +0000 (18:32 -0600)
commit2e148cb0b423bbb0b2e16b55bab053edca5abbfb
treeac431b89eab36acaff10ae218fabe6aa7fbc851d
parent5e0620f0caf1a8b445584b1b37c986703b9a9b7a
dra7xx: Remove explicit DRAM banks number from defconfigs

The common EMIF init code used for DRA7xx does not explicitly fill
the gd->bd->bi_dram entries (like OMAP3 does), so there is no reason
to set an explicit number of DRAM banks which doesn't correspond to
anything in particular.

Remove the CONFIG_NR_DRAM_BANKS option from the concerned defconfigs.
The dram_init_banksize default implementation will be fine with the
default value for the config option.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Tom Rini <trini@konsulko.com>
Tested-by: Derald D. Woods <woods.technical@gmail.com>
configs/am57xx_evm_defconfig
configs/am57xx_hs_evm_defconfig
configs/am57xx_hs_evm_usb_defconfig
configs/dra7xx_evm_defconfig
configs/dra7xx_hs_evm_defconfig
configs/dra7xx_hs_evm_usb_defconfig