Skip to content
Commit 0db0ba61 authored by Ye Li's avatar Ye Li Committed by Tom Rini
Browse files

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 9d15d1d1 ("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: default avatarYe Li <ye.li@nxp.com>
Reported-by: default avatarMatt Porter <mporter@konsulko.com>
Tested-by: default avatarMatt Porter <mporter@konsulko.com>
parent 97c7ac21
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment