diff options
author | Peng Fan | 2022-04-06 14:30:29 +0800 |
---|---|---|
committer | Stefano Babic | 2022-04-12 19:10:43 +0200 |
commit | 4b33383feefbcfc689163c0387e9a38d2ce27172 (patch) | |
tree | 884963a76b9d36c7fc5805ba8e398a2276b116e7 /configs/imx8ulp_evk_defconfig | |
parent | 112b777849720643844832333d6440beae1ae397 (diff) |
imx: imx8ulp_evk: enlarge CONFIG_NR_DRAM_BANKS
When TEE is present, the DRAM maybe split to two parts,
so enlarge CONFIG_NR_DRAM_BANKS
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/imx8ulp_evk_defconfig')
-rw-r--r-- | configs/imx8ulp_evk_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8ulp_evk_defconfig b/configs/imx8ulp_evk_defconfig index cf0a3691536..0f21007fce2 100644 --- a/configs/imx8ulp_evk_defconfig +++ b/configs/imx8ulp_evk_defconfig @@ -5,7 +5,7 @@ CONFIG_SYS_MALLOC_LEN=0x1002000 CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y -CONFIG_NR_DRAM_BANKS=1 +CONFIG_NR_DRAM_BANKS=2 CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0x400000 CONFIG_IMX_CONFIG="" |