Re: [U-Boot] [PATCH] spl, Makefile: Take external offset into account for fit images

2019-06-18 Thread Sjoerd Simons
On Tue, 2019-06-18 at 22:20 +0200, Marek Vasut wrote: > On 6/18/19 10:13 PM, Sjoerd Simons wrote: > > When building a FIT image for SPL to load also take into account > > the > > configured external offset. This allows the SPL to load the u-boot > > FIT > > image correctly when configuring SECURE_B

Re: [U-Boot] [PATCH] spl, Makefile: Take external offset into account for fit images

2019-06-18 Thread Marek Vasut
On 6/18/19 10:13 PM, Sjoerd Simons wrote: > When building a FIT image for SPL to load also take into account the > configured external offset. This allows the SPL to load the u-boot FIT > image correctly when configuring SECURE_BOOT on i.mx6 is enabled > (with CONFIG_FIT_EXTERNAL_OFFSET=0x3000). >

[U-Boot] [PATCH] spl, Makefile: Take external offset into account for fit images

2019-06-18 Thread Sjoerd Simons
When building a FIT image for SPL to load also take into account the configured external offset. This allows the SPL to load the u-boot FIT image correctly when configuring SECURE_BOOT on i.mx6 is enabled (with CONFIG_FIT_EXTERNAL_OFFSET=0x3000). Note this doesn't allow secure booting; but it does