diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-18 22:53:43 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-18 22:53:43 +0000 |
commit | 71a92988e396ade4c0563c3ff6c6d8febba9b394 (patch) | |
tree | 834066aff3c7af2523ef86066e8b9d6e9d8b7105 /target/linux/imx6 | |
parent | baa8b933ec623e838014fbc4794c3f59d4ad7166 (diff) | |
download | upstream-71a92988e396ade4c0563c3ff6c6d8febba9b394.tar.gz upstream-71a92988e396ade4c0563c3ff6c6d8febba9b394.tar.bz2 upstream-71a92988e396ade4c0563c3ff6c6d8febba9b394.zip |
imx6: remove obsolete VENTANA_DTS from profile
The device-tree files are now specified in the image Makefile
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 47512
Diffstat (limited to 'target/linux/imx6')
-rw-r--r-- | target/linux/imx6/profiles/120-gateworks.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk index 735538409b..87b5821c90 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)) |