diff mbox

[OpenWrt-Devel,OpenWrt-devel] imx6: remove obsolete VENTANA_DTS from profile

Message ID 1447885392-30761-1-git-send-email-tharvey@gateworks.com
State Accepted
Headers show

Commit Message

Tim Harvey Nov. 18, 2015, 10:23 p.m. UTC
The device-tree files are now specified in the image Makefile

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 target/linux/imx6/profiles/120-gateworks.mk | 15 ---------------
 1 file changed, 15 deletions(-)
diff mbox

Patch

diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk
index 7355384..87b5821 100644
--- a/target/linux/imx6/profiles/120-gateworks.mk
+++ b/target/linux/imx6/profiles/120-gateworks.mk
@@ -36,19 +36,4 @@  define Profile/VENTANA/Description
   * mSATA
 endef
 
-VENTANA_DTS:= \
-	imx6dl-gw51xx \
-	imx6dl-gw52xx \
-	imx6dl-gw53xx \
-	imx6dl-gw54xx \
-	imx6dl-gw551x \
-	imx6dl-gw552x \
-	imx6q-gw51xx \
-	imx6q-gw52xx \
-	imx6q-gw53xx \
-	imx6q-gw54xx \
-	imx6q-gw5400-a \
-	imx6q-gw551x \
-	imx6q-gw552x
-
 $(eval $(call Profile,VENTANA))