diff options
author | Ye Li <ye.li@nxp.com> | 2020-04-09 01:44:43 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-09 13:07:32 -0400 |
commit | 0db0ba6141f402b1d496ef53d9fa69978f75ec61 (patch) | |
tree | b7673096ba30b08a7a063f577189474ef9df0e56 /drivers/usb/host/usb-uclass.c | |
parent | 97c7ac214e1df5579a1f9f35d36c717e6975619a (diff) | |
download | u-boot-0db0ba6141f402b1d496ef53d9fa69978f75ec61.tar.gz |
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 9d15d1d1c24f ("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>
Diffstat (limited to 'drivers/usb/host/usb-uclass.c')
0 files changed, 0 insertions, 0 deletions