1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-28 09:03:52 +01:00
Files
u-boot-megous/arch/arm/mach-imx
Ye Li 0db0ba6141 imx: Fix imx8m FIT script issue
The FIT config node has reversed ATF and u-boot: ATF is set to 'firmware' but
u-boot is set to 'loadables'.
This script can work previously because spl fit driver wrongly appends fdt to
all loadable images. With the issue fixed in commit 9d15d1d1c2 ("Revert
"common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"") the
u-boot in 'loadables' does not have fdt appended and fails to work.  So correct
the script by moving u-boot to 'firmware' and ATF to 'loadables'.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reported-by: Matt Porter <mporter@konsulko.com>
Tested-by: Matt Porter <mporter@konsulko.com>
2020-04-09 13:07:32 -04:00
..
2020-02-09 15:03:54 +01:00
2019-10-14 09:31:41 +02:00
2019-11-05 10:27:18 +01:00
2019-08-11 16:43:41 -04:00