Re: [U-Boot] [PATCH v3] imx: add u-boot-nand.imx target

2019-07-24 Thread Oleksandr Suvorov
On Wed, Jul 24, 2019 at 5:15 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Add an additional target which prepends the u-boot.imx image with > 0x400 padding bytes. On Vybrid and i.MX 7, i.MX6ULL this is required > for NAND boot devices. The configuration CONFIG_IMX_NAND enables this > image f

[U-Boot] [PATCH v3] imx: add u-boot-nand.imx target

2019-07-24 Thread Igor Opaniuk
From: Igor Opaniuk Add an additional target which prepends the u-boot.imx image with 0x400 padding bytes. On Vybrid and i.MX 7, i.MX6ULL this is required for NAND boot devices. The configuration CONFIG_IMX_NAND enables this image for a board. Signed-off-by: Stefan Agner Signed-off-by: Igor Opan