[PATCH] imx8mn_evk: Add the missing spl.bin entry

2022-06-15 Thread sbabic
> From: Fabio Estevam > The generated flash.bin does not boot the imx8mn evk LPDDR4 variant > as it misses the spl.bin description in binman. > Add its entry to fix the boot on the imx8mn evk LPDDR4 variant. > Signed-off-by: Fabio Estevam > Tested-by: Arti Zirk > Reviewed-by: Alper Nebi Yasak A

Re: [PATCH] imx8mn_evk: Add the missing spl.bin entry

2022-05-27 Thread Alper Nebi Yasak
On 03/05/2022 22:03, Fabio Estevam wrote: > From: Fabio Estevam > > The generated flash.bin does not boot the imx8mn evk LPDDR4 variant > as it misses the spl.bin description in binman. The dtsi file #includes "imx8mn-ddr4-evk-u-boot.dtsi", which provides an 'spl' description. It also provides a

Re: [PATCH] imx8mn_evk: Add the missing spl.bin entry

2022-05-12 Thread Arti Zirk
On T, 2022-05-03 at 16:03 -0300, Fabio Estevam wrote: > From: Fabio Estevam > > The generated flash.bin does not boot the imx8mn evk LPDDR4 variant > as it misses the spl.bin description in binman. > > Add its entry to fix the boot on the imx8mn evk LPDDR4 variant. > > Signed-off-by: Fabio Este

Re: [PATCH] imx8mn_evk: Add the missing spl.bin entry

2022-05-03 Thread Tim Harvey
On Tue, May 3, 2022 at 12:03 PM Fabio Estevam wrote: > > From: Fabio Estevam > > The generated flash.bin does not boot the imx8mn evk LPDDR4 variant > as it misses the spl.bin description in binman. > > Add its entry to fix the boot on the imx8mn evk LPDDR4 variant. > > Signed-off-by: Fabio Estev

[PATCH] imx8mn_evk: Add the missing spl.bin entry

2022-05-03 Thread Fabio Estevam
From: Fabio Estevam The generated flash.bin does not boot the imx8mn evk LPDDR4 variant as it misses the spl.bin description in binman. Add its entry to fix the boot on the imx8mn evk LPDDR4 variant. Signed-off-by: Fabio Estevam --- arch/arm/dts/imx8mn-evk-u-boot.dtsi | 4 +++- 1 file changed