commit | a9a8271e26164e7fb7a8d1696a0511e9f65254c7 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue May 07 21:17:02 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat May 18 12:32:00 2019 -0400 |
tree | 079800e9e06dd0f30b85c9bb508b1dbd00ca669b | |
parent | 47f30aaa36ee3f8f499f5f57a73f66476eb993ec [diff] |
spl: Set spl_image->fdt_addr pointer for full fitImage configuration 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 <marex@denx.de> Cc: Tom Rini <trini@konsulko.com>