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 | 7fa50bd3fcfebb9dd762b1cb31378348f919d02a (patch) | |
tree | d9e37ae5292632fc0f5bce8e5e906aaa7de1a65d /target/linux/imx6/profiles | |
parent | 3c391e8960238441e8730685e0d610e2d5163437 (diff) | |
download | master-187ad058-7fa50bd3fcfebb9dd762b1cb31378348f919d02a.tar.gz master-187ad058-7fa50bd3fcfebb9dd762b1cb31378348f919d02a.tar.bz2 master-187ad058-7fa50bd3fcfebb9dd762b1cb31378348f919d02a.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47512 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx6/profiles')
-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)) |