arm64: configs: Remove obsolete TI config
authorAashvij Shenai <a-shenai@ti.com>
Mon, 20 Jan 2025 08:50:42 +0000 (14:20 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:15:16 +0000 (14:15 -0600)
commit9057a48af46eb9a99493f661bfd3d486e54d1ea9
treeccb4bcb2d39987622336158eaabe4d5659882571
parent87f9f591befd059d6444c8c17970bbf64c9237ad
arm64: configs: Remove obsolete TI config

This config is causing conflicts with how fdtfile variable is
initialized.
For K3 devices, CONFIG_DEFAULT_DEVICE_TREE= "ti/k3-<board>.dtb".
With CONFIG_TI_FDT_FOLDER_PATH also prefixing "ti", fdtfile is then
"ti/ti/k3-<board>.dtb". This variable is updated when fitImage is
booted and fails to boot due to the parsing error "ti/ti/".

Given that there are no other users of this config other than K3 for
now, it is being removed.

Since am64x, j721e and j721s2 also define a DEFAULT_FDT_FILE, update
them to conform to the DEFAULT_DEVICE_TREE standard.

Signed-off-by: Aashvij Shenai <a-shenai@ti.com>
board/beagle/beagleboneai64/beagleboneai64.c
board/beagle/beagleplay/beagleplay.c
board/ti/am64x/evm.c
board/ti/common/Kconfig
board/ti/common/fdt_ops.c
board/ti/j721e/evm.c
board/ti/j721s2/evm.c