mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
configs: am62x_evm_r5: Add CONFIG_NR_DRAM_BANKS as done in a53 defconfig
Add CONFIG_NR_DRAM_BANKS from am62x_evm_a53_defconfig as this is needed to calculate the size of DDR that is available. Signed-off-by: Georgi Vlaev <g-vlaev@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
4c092bb306
commit
6ea5bcc4a6
@ -3,6 +3,7 @@ CONFIG_ARCH_K3=y
|
|||||||
CONFIG_SYS_MALLOC_F_LEN=0x9000
|
CONFIG_SYS_MALLOC_F_LEN=0x9000
|
||||||
CONFIG_SPL_LIBCOMMON_SUPPORT=y
|
CONFIG_SPL_LIBCOMMON_SUPPORT=y
|
||||||
CONFIG_SPL_LIBGENERIC_SUPPORT=y
|
CONFIG_SPL_LIBGENERIC_SUPPORT=y
|
||||||
|
CONFIG_NR_DRAM_BANKS=2
|
||||||
CONFIG_SOC_K3_AM625=y
|
CONFIG_SOC_K3_AM625=y
|
||||||
CONFIG_TARGET_AM625_R5_EVM=y
|
CONFIG_TARGET_AM625_R5_EVM=y
|
||||||
CONFIG_DM_GPIO=y
|
CONFIG_DM_GPIO=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user