]> git.baikalelectronics.ru Git - uboot.git/commit
spl: Set spl_image->fdt_addr pointer for full fitImage configuration
authorMarek Vasut <marex@denx.de>
Tue, 7 May 2019 19:17:02 +0000 (21:17 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 18 May 2019 16:32:00 +0000 (12:32 -0400)
commit88703bc7b07869823afda877a984471cd18a409c
tree079800e9e06dd0f30b85c9bb508b1dbd00ca669b
parent8cec9a46c5fa6f6e2551e9f6c491ca487844ee9f
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>
common/spl/spl.c
include/spl.h