Re: [U-Boot] [PATCH] ARM: Fix nand boot of imx6q and imx6qdl boards

2019-03-07 Thread Michael Nazzareno Trimarchi
Hi Jagan On Fri, Mar 8, 2019 at 7:25 AM Jagan Teki wrote: > > On Wed, Mar 6, 2019 at 1:16 PM Michael Trimarchi > 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. >

Re: [U-Boot] [PATCH] ARM: Fix nand boot of imx6q and imx6qdl boards

2019-03-07 Thread Jagan Teki
On Wed, Mar 6, 2019 at 1:16 PM Michael Trimarchi 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 > --- Commit head to be specify the

Re: [U-Boot] [PATCH] ARM: Fix nand boot of imx6q and imx6qdl boards

2019-03-07 Thread Shyam Saini
Hi Michael, > 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 > --- > configs/imx6dl_icore_nand_defconfig | 1 + >

[U-Boot] [PATCH] ARM: Fix nand boot of imx6q and imx6qdl boards

2019-03-05 Thread Michael Trimarchi
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 --- configs/imx6dl_icore_nand_defconfig | 1 + configs/imx6q_icore_nand_defconfig | 1 + 2 files