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
This commit is contained in:
Luka Perkov 2015-11-18 22:53:43 +00:00
parent baa8b933ec
commit 71a92988e3

View file

@ -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))