mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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>
This commit is contained in:
@@ -67,7 +67,7 @@ struct spl_image_info {
|
||||
u8 os;
|
||||
uintptr_t load_addr;
|
||||
uintptr_t entry_point;
|
||||
#if CONFIG_IS_ENABLED(LOAD_FIT)
|
||||
#if CONFIG_IS_ENABLED(LOAD_FIT) || CONFIG_IS_ENABLED(LOAD_FIT_FULL)
|
||||
void *fdt_addr;
|
||||
#endif
|
||||
u32 boot_device;
|
||||
|
Reference in New Issue
Block a user