diff options
| author | Neha Malcom Francis <[email protected]> | 2025-01-06 14:37:07 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-14 15:47:07 -0600 |
| commit | 01fa91bd5bbcdb2dda4cc869da9d8fc782774a3c (patch) | |
| tree | 349313c8fa3374df6245e84189a8dfe24da227bd /configs/am62px_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 <[email protected]>
Signed-off-by: Santhosh Kumar K <[email protected]>
Diffstat (limited to 'configs/am62px_evm_a53_defconfig')
| -rw-r--r-- | configs/am62px_evm_a53_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am62px_evm_a53_defconfig b/configs/am62px_evm_a53_defconfig index 9635beb1b27..30b4a24ee9a 100644 --- a/configs/am62px_evm_a53_defconfig +++ b/configs/am62px_evm_a53_defconfig @@ -4,7 +4,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_AM62P5=y CONFIG_TARGET_AM62P5_A53_EVM=y CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y |
