Re: [U-Boot] [PATCH 6/9] spl: Add support for overlaying U-Boot DT

2018-01-07 Thread Simon Glass
Hi Marek, On 28 December 2017 at 05:06, Marek Vasut wrote: > Add support for loading fitImage with device tree overlay image, which > is applied to the U-Boot's own device tree. Once the DT is applied, the > fitImage loading process is restarted. > > This patch allows a usecase where the DTO patc

Re: [U-Boot] [PATCH 6/9] spl: Add support for overlaying U-Boot DT

2017-12-28 Thread Lukasz Majewski
Hi Marek, > Add support for loading fitImage with device tree overlay image, which > is applied to the U-Boot's own device tree. Once the DT is applied, > the fitImage loading process is restarted. > > This patch allows a usecase where the DTO patches ie. load address in > the U-Boot's DT or patc

[U-Boot] [PATCH 6/9] spl: Add support for overlaying U-Boot DT

2017-12-28 Thread Marek Vasut
Add support for loading fitImage with device tree overlay image, which is applied to the U-Boot's own device tree. Once the DT is applied, the fitImage loading process is restarted. This patch allows a usecase where the DTO patches ie. load address in the U-Boot's DT or patches in a new public key