diff mbox series

board: kontron: increase the CONFIG_SYS_MALLOC_F_LEN

Message ID 20220321141640.60303-1-heiko.thiery@gmail.com
State Superseded
Headers show
Series board: kontron: increase the CONFIG_SYS_MALLOC_F_LEN | expand

Commit Message

Heiko Thiery March 21, 2022, 2:16 p.m. UTC
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 configs/kontron_pitx_imx8m_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Fabio Estevam March 21, 2022, 2:19 p.m. UTC | #1
Hi Heiko,

On Mon, Mar 21, 2022 at 11:16 AM Heiko Thiery <heiko.thiery@gmail.com> wrote:
>
> Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

Please add a commit log explaining why you are doing this.

Thanks
diff mbox series

Patch

diff --git a/configs/kontron_pitx_imx8m_defconfig b/configs/kontron_pitx_imx8m_defconfig
index 76430213e3..30c3586937 100644
--- a/configs/kontron_pitx_imx8m_defconfig
+++ b/configs/kontron_pitx_imx8m_defconfig
@@ -2,6 +2,7 @@  CONFIG_ARM=y
 CONFIG_ARCH_IMX8M=y
 CONFIG_SYS_TEXT_BASE=0x40200000
 CONFIG_SYS_MALLOC_LEN=0x600000
+CONFIG_SYS_MALLOC_F_LEN=0x10000
 CONFIG_SPL_GPIO=y
 CONFIG_SPL_LIBCOMMON_SUPPORT=y
 CONFIG_SPL_LIBGENERIC_SUPPORT=y