
Hi Jagan
On Fri, Mar 8, 2019 at 7:25 AM Jagan Teki jagan@amarulasolutions.com wrote:
On Wed, Mar 6, 2019 at 1:16 PM Michael Trimarchi michael@amarulasolutions.com wrote:
The nand boot require a little more memory that we had previosly allocated so it stopped booting. This patch increase CONFIG_SPL_SYS_MALLOC_F_LEN to 0x2000.
Signed-off-by: Michael Trimarchi michael@amarulasolutions.com
Commit head to be specify the issue on relevant board, so it can be
configs: icore: Fix U-Boot proper loading from nand
SPL on Engicam i.Core M6 boards enabled DM, so it would require some malloc() pool before relocation in order to load U-Boot proper properly.
So, enable SPL malloc() pool of 0x2000 size similarly like what we have used for icore mmc defconfigs.
Once this is added,
Reviewed-by: Jagan Teki jagan@amarulasolutions.com
I will upload again.
Michael