[U-Boot] [PATCH] ARM: Fix nand boot of imx6q and imx6qdl boards
Jagan Teki
jagan at amarulasolutions.com
Fri Mar 8 06:25:42 UTC 2019
On Wed, Mar 6, 2019 at 1:16 PM Michael Trimarchi
<michael at 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 at 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 at amarulasolutions.com>
More information about the U-Boot
mailing list