The u-boot is unable to load the FIT image due to incorrect boot arguments in case of am57_hs evm as can be seen in [1]. This series introduces multiple changes pertaining to several environment variables and overlays that are responsible for successful [2] loading of kernel image.
Test links: [1] https://gist.github.com/anuragdutta731/7bbf0df73dd1e3327765f1807d337445 [2] https://gist.github.com/anuragdutta731/5244174c9b9556fd89132c8d72ae2d8b Sinthu Raja (3): include: configs: Override get_fit_config to get FIT config for AM57x configs: omap5: Enable custom mmc boot to distroboot for AM57x include: configs: omap5: Add support for FDT overlay include/configs/ti_omap5_common.h | 27 +++++++++++++++++++++++++++ include/env/ti/mmc.h | 1 + 2 files changed, 28 insertions(+) -- 2.34.1