commit | 187b9e3431d298e316c274c9a0f9f020fb4d1eb9 | [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 | 3d04e6daf4539a50a21b6b0e7c79e2ffa617689f [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>