diff options
author | Fabio Estevam | 2024-07-19 17:33:11 -0300 |
---|---|---|
committer | Fabio Estevam | 2024-07-22 17:55:35 -0300 |
commit | 5c045a51a43b36020d8df21ed398e3c0bc87ffef (patch) | |
tree | ad7150f70a9ce10727791ce223aa43ee88b90d27 /arch/arm/dts/Makefile | |
parent | b06a0b4781a87f61ccd4dc70cc9deab40c9ee456 (diff) |
udoo-neo: Convert to OF_UPSTREAM
Instead of using the local imx6sx-udoo-neo devicetree copies from U-Boot,
convert the imx6sx-udoo-neo boards to OF_UPSTREAM so that the upstream
kernel devicetrees can be used instead.
Tested on a imx6sx-udoo-neo-full board.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 7265e554257..a4d95c8306b 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -840,10 +840,7 @@ dtb-$(CONFIG_MX6SLL) += imx6sll-evk.dtb dtb-$(CONFIG_MX6SX) += \ imx6sx-sabreauto.dtb \ imx6sx-sdb.dtb \ - imx6sx-softing-vining-2000.dtb \ - imx6sx-udoo-neo-basic.dtb \ - imx6sx-udoo-neo-extended.dtb \ - imx6sx-udoo-neo-full.dtb + imx6sx-softing-vining-2000.dtb dtb-$(CONFIG_MX6UL) += \ imx6ul-geam.dtb \ |