diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-08-26 20:59:58 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-08-29 12:36:41 -0400 |
commit | e13e44b1d682efc386f47a072634d8ebed1fed21 (patch) | |
tree | 989a39b63f5e1ef0aa7158450323029ed8b96774 /conf/machine/omap5-evm.conf | |
parent | d2c40099cd219493e4a6d9a6218f88f1b9f3f8fb (diff) | |
download | meta-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/omap5-evm.conf')
-rw-r--r-- | conf/machine/omap5-evm.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/omap5-evm.conf b/conf/machine/omap5-evm.conf index ba60e7cf..d21abc18 100644 --- a/conf/machine/omap5-evm.conf +++ b/conf/machine/omap5-evm.conf | |||
@@ -30,7 +30,3 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836" | |||
30 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | 30 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" |
31 | 31 | ||
32 | UBOOT_MACHINE = "omap5_uevm_config" | 32 | UBOOT_MACHINE = "omap5_uevm_config" |
33 | |||
34 | # Currently removing the sgx machine feature because there is no SGX package | ||
35 | # available for omap5 | ||
36 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen" | ||