Re: [PATCH] kontron_pitx_imx8m: enlarge SYS_MALLOC_F_LEN

2022-09-14 Thread Fabio Estevam
Hi Heiko, On Wed, Sep 14, 2022 at 5:02 AM Heiko Thiery wrote: > > There is "alloc space exhausted" that can be seen with DEBUG_UART > options enabled and leeds to an non-functional board. > > CONFIG_DEBUG_UART_BASE=0x3088 # for serial3 > CONFIG_DEBUG_UART_CLOCK=2400 > > It is because

[PATCH] kontron_pitx_imx8m: enlarge SYS_MALLOC_F_LEN

2022-09-14 Thread Heiko Thiery
There is "alloc space exhausted" that can be seen with DEBUG_UART options enabled and leeds to an non-functional board. CONFIG_DEBUG_UART_BASE=0x3088 # for serial3 CONFIG_DEBUG_UART_CLOCK=2400 It is because CONFIG_SYS_MALLOC_F_LEN is too small, enlarge it. And set CONFIG_SPL_STACK to