summaryrefslogtreecommitdiff
path: root/configs/imx8qxp_mek_defconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-03-07 12:43:37 +0000
committerStefano Babic <sbabic@denx.de>2019-04-25 17:03:25 +0200
commite5b8f7e665aa175f0c48e045a0e143f3e22c148d (patch)
tree2ba01b7dc984ff9c3b66bfb247f27ecd3321c78b /configs/imx8qxp_mek_defconfig
parentc7d00f63d1d1c5e21ea4bf045370018638d0693e (diff)
imx8qxp: mek: enable dm-spl for pm
with u-boot,dm-spl added for imx8qx-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/imx8qxp_mek_defconfig')
-rw-r--r--configs/imx8qxp_mek_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8qxp_mek_defconfig b/configs/imx8qxp_mek_defconfig
index 1046c4fe8b..86e23eb4a8 100644
--- a/configs/imx8qxp_mek_defconfig
+++ b/configs/imx8qxp_mek_defconfig
@@ -4,7 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x80020000
CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
-CONFIG_SYS_MALLOC_F_LEN=0x2000
+CONFIG_SYS_MALLOC_F_LEN=0x4000
CONFIG_TARGET_IMX8QXP_MEK=y
CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y