diff options
author | Georgi Vlaev <g-vlaev@ti.com> | 2022-06-14 17:45:34 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-06 14:30:08 -0400 |
commit | 6ea5bcc4a6a7a594754e7c82fc0e19da5746df2d (patch) | |
tree | 6e608f66331e4cc7989fdd57301e337de6556f0e | |
parent | 4c092bb306b0443a7386fef8d7c20cf3aa52f54c (diff) |
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>
-rw-r--r-- | configs/am62x_evm_r5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62x_evm_r5_defconfig b/configs/am62x_evm_r5_defconfig index 2e340cd6f41..deafb92fc14 100644 --- a/configs/am62x_evm_r5_defconfig +++ b/configs/am62x_evm_r5_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_K3=y CONFIG_SYS_MALLOC_F_LEN=0x9000 CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y +CONFIG_NR_DRAM_BANKS=2 CONFIG_SOC_K3_AM625=y CONFIG_TARGET_AM625_R5_EVM=y CONFIG_DM_GPIO=y |