diff options
author | Fabio Estevam <festevam@denx.de> | 2024-08-09 12:25:48 -0300 |
---|---|---|
committer | Fabio Estevam <festevam@denx.de> | 2024-08-13 09:31:04 -0300 |
commit | a640267cc456a62ceec78718d86a69d547040f26 (patch) | |
tree | cb083395dc42d1b32e3818b0bc492d017e3f2d6f /arch/arm/dts/Makefile | |
parent | a4c707f56bcaa6d6eb9cfcbefa7f7f5e16d6cf6b (diff) | |
download | u-boot-a640267cc456a62ceec78718d86a69d547040f26.tar.gz |
imx6-tqma6: Convert to OF_UPSTREAM
Instead of using the local imx6-tqma6 devicetree copies from U-Boot,
convert the imx6-tqma6 target to OF_UPSTREAM so that the upstream
kernel devicetrees can be used instead.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 871cfbbebab..2d931c23fc8 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -764,8 +764,6 @@ dtb-y += \ imx6dl-icore.dtb \ imx6dl-icore-mipi.dtb \ imx6dl-icore-rqs.dtb \ - imx6dl-mba6a.dtb \ - imx6dl-mba6b.dtb \ imx6dl-mamoj.dtb \ imx6dl-nitrogen6x.dtb \ imx6dl-pico.dtb \ @@ -815,8 +813,6 @@ dtb-y += \ imx6q-kp.dtb \ imx6q-logicpd.dtb \ imx6q-marsboard.dtb \ - imx6q-mba6a.dtb \ - imx6q-mba6b.dtb \ imx6q-mccmon6.dtb\ imx6q-nitrogen6x.dtb \ imx6q-novena.dtb \ |