summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSinthu Raja <sinthu.raja@ti.com>2023-10-18 15:28:56 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-10-25 19:45:20 -0500
commit4f20eb5e294ab55ed815ee1ebbfcff27aff5e3a5 (patch)
tree3fc34b9d42cc64c4282468b6b1ba875a552a54bc /include
parentd21ad2898fa1b92ca2f4a8ae4f586dd57461fce9 (diff)
include: configs: omap5: Drop the prefix conf- for name_fit_config
For legacy platforms the packaging of fitimage doesn't prefix the "conf-" in the DTB config section. So, drop the conf- prefix from the fdtfile name Fixes: 1eaf714ce2 "include: configs: Override get_fit_config to get FIT config for AM57x" Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ti_omap5_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h
index 1c8fb72942..6c81353882 100644
--- a/include/configs/ti_omap5_common.h
+++ b/include/configs/ti_omap5_common.h
@@ -276,7 +276,7 @@
"setenv bootfile zImage; " \
"fi\0" \
DEFAULT_FIT_TI_ARGS \
- "get_fit_config=setenv name_fit_config conf-${fdtfile}\0" \
+ "get_fit_config=setenv name_fit_config ${fdtfile}\0" \
DEFAULT_COMMON_BOOT_TI_ARGS \
DEFAULT_FDT_TI_ARGS \
GET_OVERLAY_MMC_TI_ARGS \