summaryrefslogtreecommitdiff
path: root/configs/imx8qm_mek_defconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-09-02 16:04:11 +0800
committerStefano Babic <sbabic@denx.de>2019-11-05 10:27:18 +0100
commit84abc8d53345d5cc3bf018821caa742a34f65226 (patch)
tree2b253818feb01ed2d66d23255acf855720c05bde /configs/imx8qm_mek_defconfig
parent73b6e6ad254b36763419cdd3fdf406c0094517b7 (diff)
imx8qm: mek: enable dm-spl for pm
with u-boot,dm-spl added for imx8qm-pm node, and SPL_SIMPLE_BUS enabled, the bind and probe code in board file could be removed. Also we need to enlarge SYS_MALLOC_F_LEN to avoid calloc fail. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/imx8qm_mek_defconfig')
-rw-r--r--configs/imx8qm_mek_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8qm_mek_defconfig b/configs/imx8qm_mek_defconfig
index 747f3ea9f3..9ec7676484 100644
--- a/configs/imx8qm_mek_defconfig
+++ b/configs/imx8qm_mek_defconfig
@@ -7,7 +7,7 @@ CONFIG_SPL_TEXT_BASE=0x100000
CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
-CONFIG_SYS_MALLOC_F_LEN=0x4000
+CONFIG_SYS_MALLOC_F_LEN=0x8000
CONFIG_SPL_LOAD_IMX_CONTAINER=y
CONFIG_IMX_CONTAINER_CFG="board/freescale/imx8qm_mek/uboot-container.cfg"
CONFIG_TARGET_IMX8QM_MEK=y