Re: [U-Boot] [PATCH 02/15] spl: add a fdt_addr field to spl_image_info

2017-09-17 Thread Simon Glass
On 13 September 2017 at 13:29, Philipp Tomsich wrote: > When loading a full U-Boot with detached device-tree using the SPL FIT > backend, we should store the address of the FDT loaded as part of the > SPL image info: this allows us to fixup the FDT with additional info > we may want to propagate o

[U-Boot] [PATCH 02/15] spl: add a fdt_addr field to spl_image_info

2017-09-13 Thread Philipp Tomsich
When loading a full U-Boot with detached device-tree using the SPL FIT backend, we should store the address of the FDT loaded as part of the SPL image info: this allows us to fixup the FDT with additional info we may want to propagate onward. Signed-off-by: Philipp Tomsich --- include/spl.h | 3