diff options
author | Yannic Moog <y.moog@phytec.de> | 2024-05-28 13:25:00 +0200 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2024-06-03 12:13:41 -0300 |
commit | 518c40dfa059bfcde78828898b133615efb4c402 (patch) | |
tree | f859d1cc3e4dec099ca5c7dfb551a712d0544d50 /board/phytec | |
parent | c16aa668fd9fc8e98c74e19cd7cd95aef3873dbd (diff) | |
download | u-boot-518c40dfa059bfcde78828898b133615efb4c402.tar.gz u-boot-518c40dfa059bfcde78828898b133615efb4c402.tar.bz2 u-boot-518c40dfa059bfcde78828898b133615efb4c402.zip |
arm: imx8mp-phycore: move to OF_UPSTREAM
The PHYCORE_IMX8MP is used by the phyBOARD-Pollux. Migrate board to
OF_UPSTREAM. Linux kernel device tree for the board can be used as is,
corresponding U-Boot device tree files are removed. U-Boot tweaks are
kept unchanged.
Signed-off-by: Yannic Moog <y.moog@phytec.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Teresa Remmet <t.remmet@phytec.de>
Diffstat (limited to 'board/phytec')
-rw-r--r-- | board/phytec/phycore_imx8mp/MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/phytec/phycore_imx8mp/MAINTAINERS b/board/phytec/phycore_imx8mp/MAINTAINERS index d3beb978d3..645476ae30 100644 --- a/board/phytec/phycore_imx8mp/MAINTAINERS +++ b/board/phytec/phycore_imx8mp/MAINTAINERS @@ -2,7 +2,6 @@ phyCORE-i.MX8M Plus M: Teresa Remmet <t.remmet@phytec.de> W: https://www.phytec.eu/product-eu/system-on-modules/phycore-imx-8m-plus/ S: Maintained -F: arch/arm/dts/imx8mp-phyboard-pollux-rdk.dts F: arch/arm/dts/imx8mp-phyboard-pollux-rdk-u-boot.dtsi F: board/phytec/phycore_imx8mp/ F: configs/phycore-imx8mp_defconfig |