summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorWadim Egorov <[email protected]>2024-04-19 08:51:15 +0200
committerTom Rini <[email protected]>2024-04-29 10:55:45 -0600
commitfa29f4b964e301ecb9f99d8812e036ef28a56cf8 (patch)
tree704ed2d64aa0843a3dcb1b16dba4f8cea2a83c5b /configs
parentc9e25d8c1d2c844ab76a7b0195f293275dcfdc6e (diff)
phycore-am62x: Migrate to OF_UPSTREAM
The phycore-am62x can be migrated to OF_UPSTREAM. Drop redundant device tree files, update MAINTAINERS and defconfig's DEFAULT_DEVICE_TREE for ti vendor prefix accordingly. Signed-off-by: Wadim Egorov <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/phycore_am62x_a53_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/phycore_am62x_a53_defconfig b/configs/phycore_am62x_a53_defconfig
index 08a2532d398..792e122f3f6 100644
--- a/configs/phycore_am62x_a53_defconfig
+++ b/configs/phycore_am62x_a53_defconfig
@@ -12,7 +12,7 @@ CONFIG_SF_DEFAULT_SPEED=25000000
CONFIG_ENV_SIZE=0x2000
CONFIG_ENV_OFFSET=0xFFFFD000
CONFIG_SPL_DM_SPI=y
-CONFIG_DEFAULT_DEVICE_TREE="k3-am625-phyboard-lyra-rdk"
+CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am625-phyboard-lyra-rdk"
CONFIG_SPL_TEXT_BASE=0x80080000
CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_DM_RESET=y