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 \