On Tue, 03 Feb 2026 15:30:20 +0530, Anshul Dalal wrote:
> We currently provide default board names for each board in their
> respective evm.c file. However for custom boards, this behaviour
> overwrites the default DT as set in the defconfig
> (CONFIG_DEFAULT_FDT_FILE or CONFIG_DEFAULT_DEVICE_TREE).
>
> This patch changes the default name to be NULL which prevents this
> overwrite and allows ti_set_fdt_env to instead fallback to the correct
> DT as set in Kconfig.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] board: ti: am64,j721*: use correct fdt if eeprom detection fails
commit: 30b8c03d8c8f500b3e4cc51f7b7abf573180ea51
--
Tom