summaryrefslogtreecommitdiffstats
path: root/conf/machine/dra7xx-evm.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-08-26 20:59:58 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-08-29 12:36:41 -0400
commite13e44b1d682efc386f47a072634d8ebed1fed21 (patch)
tree989a39b63f5e1ef0aa7158450323029ed8b96774 /conf/machine/dra7xx-evm.conf
parentd2c40099cd219493e4a6d9a6218f88f1b9f3f8fb (diff)
downloadmeta-ti-e13e44b1d682efc386f47a072634d8ebed1fed21.tar.gz
machine: clean up MACHINE_FEATURES for omap5, dra7, am57
* Enable "sgx" feature on all - the driver may still be missing, but GLES is available from omap5-sgx-ddk-linux package * Enable "touchscreen" feature only on dra7 and am57 - not available on omap5 Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Diffstat (limited to 'conf/machine/dra7xx-evm.conf')
-rw-r--r--conf/machine/dra7xx-evm.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 7069b44b..ba7b4405 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -4,6 +4,8 @@
4 4
5require conf/machine/include/dra7xx.inc 5require conf/machine/include/dra7xx.inc
6 6
7MACHINE_FEATURES += "touchscreen"
8
7IMAGE_FSTYPES += "ubi tar.gz" 9IMAGE_FSTYPES += "ubi tar.gz"
8 10
9SERIAL_CONSOLE = "115200 ttyO0" 11SERIAL_CONSOLE = "115200 ttyO0"
@@ -30,7 +32,3 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836"
30# UBI: sub-page size: 512 32# UBI: sub-page size: 512
31# UBI: VID header offset: 2048 (aligned 2048) 33# UBI: VID header offset: 2048 (aligned 2048)
32UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" 34UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
33
34# Currently removing the sgx machine feature because there is no SGX package
35# available for omap5
36MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"