diff options
author | Wadim Egorov <w.egorov@phytec.de> | 2024-04-19 08:51:16 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-04-29 10:55:45 -0600 |
commit | 675575880f3e4481394c7707f53d6d6067783589 (patch) | |
tree | 6700d9d585c9a10d77b30302e6906691609cf7e1 /configs | |
parent | fa29f4b964e301ecb9f99d8812e036ef28a56cf8 (diff) | |
download | u-boot-675575880f3e4481394c7707f53d6d6067783589.tar.gz u-boot-675575880f3e4481394c7707f53d6d6067783589.tar.bz2 u-boot-675575880f3e4481394c7707f53d6d6067783589.zip |
phycore-am64x: Migrate to OF_UPSTREAM
The phycore-am64x can be migrated to OF_UPSTREAM.
Drop redundant device tree files, update MAINTAINERS and
defconfig's DEFAULT_DEVICE_TREE for ti vendor prefix accordingly.
While at it, drop the redundant definitions of AM642_PHYBOARD_ELECTRA_DTB
& SPL_AM642_PHYBOARD_ELECTRA_DTB from the binman dtsi file.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/phycore_am64x_a53_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig index f3085c0d10..09f1e2621d 100644 --- a/configs/phycore_am64x_a53_defconfig +++ b/configs/phycore_am64x_a53_defconfig @@ -16,7 +16,7 @@ CONFIG_ENV_SIZE=0x20000 CONFIG_ENV_OFFSET=0xFFFFD000 CONFIG_DM_GPIO=y CONFIG_SPL_DM_SPI=y -CONFIG_DEFAULT_DEVICE_TREE="k3-am642-phyboard-electra-rdk" +CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am642-phyboard-electra-rdk" CONFIG_SPL_TEXT_BASE=0x80080000 CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_DM_RESET=y |