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

Simon Glass sjg at chromium.org
Sun Sep 17 17:53:42 UTC 2017


On 13 September 2017 at 13:29, Philipp Tomsich
<philipp.tomsich at theobroma-systems.com> 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 onward.
>
> Signed-off-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
> ---
>
>  include/spl.h | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>

Could perhaps drop the #ifdef since it is only small?


More information about the U-Boot mailing list