
Hi Ye Li,
Thanks for the fix.
On Thu, Apr 9, 2020 at 5:45 AM Ye Li ye.li@nxp.com wrote:
The FIT config node has reversed ATF and u-boot: ATF is set to firmware but u-boot is set to loadable. This script can work previously because spl fit driver wrongly appends fdt to all loadable images. With the issue fixed, the u-boot
Please mention the commit that fixed the issue:
With the issue fixed in commit 9d15d1d1c24f ("Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"")
in loadable does not have fdt appended and fails to work. So correct script by moving u-boot to firmware and ATF to loadable.
Since Matt reported this problem, please add:
Reported-by: Matt Porter mporter@konsulko.com
Signed-off-by: Ye Li ye.li@nxp.com
Let's wait for Matt's Tested-by.
Thanks