summaryrefslogtreecommitdiff
path: root/configs/imx8ulp_evk_defconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-04-06 14:30:29 +0800
committerStefano Babic <sbabic@denx.de>2022-04-12 19:10:43 +0200
commit4b33383feefbcfc689163c0387e9a38d2ce27172 (patch)
tree884963a76b9d36c7fc5805ba8e398a2276b116e7 /configs/imx8ulp_evk_defconfig
parent112b777849720643844832333d6440beae1ae397 (diff)
downloadu-boot-4b33383feefbcfc689163c0387e9a38d2ce27172.tar.gz
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_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8ulp_evk_defconfig b/configs/imx8ulp_evk_defconfig
index cf0a369153..0f21007fce 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=""