configs: icore: Fix U-Boot proper loading from nand
authorShyam Saini <shyam.saini@amarulasolutions.com>
Mon, 3 Jun 2019 05:43:21 +0000 (11:13 +0530)
committerStefano Babic <sbabic@denx.de>
Fri, 19 Jul 2019 18:14:50 +0000 (20:14 +0200)
commit7a9a246c0d74a63a0bb4c7448f30e79e38e13d12
tree46ee76f5648afdca4dbbd7daeb9ed6d7c49cf10c
parent46e10e922a08b412bf5f6891d175b7210fe2b939
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.

Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com>
configs/imx6qdl_icore_nand_defconfig