projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baa8b93
)
imx6: remove obsolete VENTANA_DTS from profile
author
Luka Perkov
<luka@openwrt.org>
Wed, 18 Nov 2015 22:53:43 +0000
(22:53 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Wed, 18 Nov 2015 22:53:43 +0000
(22:53 +0000)
The device-tree files are now specified in the image Makefile
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 47512
target/linux/imx6/profiles/120-gateworks.mk
patch
|
blob
|
history
diff --git
a/target/linux/imx6/profiles/120-gateworks.mk
b/target/linux/imx6/profiles/120-gateworks.mk
index 735538409bfd788422aa90762c6790e7da677cc4..87b5821c90115656157cdb05f3b6c0e1c14e2aeb 100644
(file)
--- 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))