commit | 43c9b3e375899fb16f0c30c7e4ffcaa16b34ae65 | [log] [tgz] |
---|---|---|
author | Shyam Saini <shyam.saini@amarulasolutions.com> | Mon Jun 03 11:13:21 2019 +0530 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jul 19 20:14:50 2019 +0200 |
tree | 46ee76f5648afdca4dbbd7daeb9ed6d7c49cf10c | |
parent | 00aa066e5495831fb679935cd509470ca5669ee3 [diff] |
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>