include: configs: Override get_fit_config to get FIT config for AM57x

The get_fit_config is introduced [1] in ti_armv7_common.h to mangle the
fdtfile name when used to select a config node from the OE made FIT image.
The ti_armv7_common.h is common for both K3 and AM57xx platforms. AM57xx
platforms' fdtfile name does not have '/' so the setexpr command fails and
boot hangs.

Override the get_fit_config in AM57x specific config header to get the FIT
config name.

[1]:472b8e71be84667201d0fb28649c3c6649ac49f8

Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
This commit is contained in:
Sinthu Raja 2023-10-05 17:12:23 +05:30 committed by Udit Kumar
parent d43c636437
commit 1eaf714ce2
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@
DEFAULT_LINUX_BOOT_ENV \
DEFAULT_MMC_TI_ARGS \
DEFAULT_FIT_TI_ARGS \
"get_fit_config=setenv name_fit_config conf-${fdtfile}\0" \
DEFAULT_COMMON_BOOT_TI_ARGS \
DEFAULT_FDT_TI_ARGS \
DFUARGS \