Re: [U-Boot] [PATCH] spl: Set spl_image->fdt_addr pointer for full fitImage configuration

2019-05-19 Thread Tom Rini
On Tue, May 07, 2019 at 09:17:02PM +0200, Marek Vasut wrote: > Set the spl_image->fdt_addr pointer both for simple fitImage configuration > as well as full fitImage configuration, to let spl_perform_fixups() access > the DT and perform modifications to it if necessary. > > Signed-off-by: Marek

[U-Boot] [PATCH] spl: Set spl_image->fdt_addr pointer for full fitImage configuration

2019-05-07 Thread Marek Vasut
Set the spl_image->fdt_addr pointer both for simple fitImage configuration as well as full fitImage configuration, to let spl_perform_fixups() access the DT and perform modifications to it if necessary. Signed-off-by: Marek Vasut Cc: Tom Rini --- common/spl/spl.c | 4 +++- include/spl.h| 2