[PATCH] board: ti: am57xx: Remove "ti/omap/" from name_fit_config
Kumar, Udit
u-kumar1 at ti.com
Tue Sep 16 17:28:18 CEST 2025
On 9/16/2025 1:38 PM, Anurag Dutta wrote:
> Commit 649f4a7d3ca7 ("board: ti: am57xx: Set fdtfile from C code
> instead of findfdt script") prepends "ti/omap/" to the actual name
> of the fdtfile whereas fit image boot needs exact dtb name. So, remove
> "ti/omap" from name_fit_config by substituting it with an empty string.
>
> Fixes: 649f4a7d3ca7 ("board: ti: am57xx: Set fdtfile from C code instead of findfdt script")
> Signed-off-by: Anurag Dutta <a-dutta at ti.com>
> ---
> logs:
> am57_hs: https://gist.github.com/anuragdutta731/29af0f4099961be45d458425755ba1b6
> am57: https://gist.github.com/anuragdutta731/af9d326d10382d7b4d7a28382693a81a
>
> board/ti/am57xx/am57xx.env | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/ti/am57xx/am57xx.env b/board/ti/am57xx/am57xx.env
> index 7d029a3e859..ddf4b318bc7 100644
> --- a/board/ti/am57xx/am57xx.env
> +++ b/board/ti/am57xx/am57xx.env
> @@ -10,7 +10,7 @@ get_name_kern=
> else
> setenv bootfile zImage;
> fi
> -get_fit_config=setenv name_fit_config ${fdtfile}
> +get_fit_config=setexpr name_fit_config gsub "ti/omap/" "" ${fdtfile};
; at last can be avoided
rest
LGTM
> console=ttyS2,115200n8
> fdtfile=undefined
> finduuid=part uuid mmc 0:2 uuid
More information about the U-Boot
mailing list