diff options
| author | Neha Malcom Francis <n-francis@ti.com> | 2025-01-06 14:37:07 +0530 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-01-14 15:47:07 -0600 |
| commit | 01fa91bd5bbcdb2dda4cc869da9d8fc782774a3c (patch) | |
| tree | 349313c8fa3374df6245e84189a8dfe24da227bd /configs/am64x_evm_a53_defconfig | |
| parent | 7a84969dcb8405b81193a48412266757bfb87fcd (diff) | |
arm: mach-k3: Set NR_DRAM_BANKS to 2
Set CONFIG_NR_DRAM_BANKS to 2 as we have two banks described in the
memory/ node for lower and higher addressible DDR regions.
This allows use of FDT functions from fdt_support.c to set up and fix up
the memory/ node correctly.
Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
Signed-off-by: Santhosh Kumar K <s-k6@ti.com>
Diffstat (limited to 'configs/am64x_evm_a53_defconfig')
| -rw-r--r-- | configs/am64x_evm_a53_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig index e6e3e018da6..a501f3f567e 100644 --- a/configs/am64x_evm_a53_defconfig +++ b/configs/am64x_evm_a53_defconfig @@ -6,7 +6,6 @@ CONFIG_SYS_MALLOC_F_LEN=0x8000 CONFIG_SPL_GPIO=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y -CONFIG_NR_DRAM_BANKS=2 CONFIG_SOC_K3_AM642=y CONFIG_K3_ATF_LOAD_ADDR=0x701c0000 CONFIG_TARGET_AM642_A53_EVM=y |
