commit | 75014470aec60580978962071972f2962695938d | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Wed Sep 13 21:29:30 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Nov 26 00:39:06 2017 +0100 |
tree | da946e3f28f68a3efb5babe59f691702065f86f5 | |
parent | 4914af1286c4a48cd0ae98cf6adea3569111413b [diff] |
spl: add a fdt_addr field to spl_image_info 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@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>