summaryrefslogtreecommitdiffstats
path: root/conf/machine/dra7xx-evm.conf
diff options
context:
space:
mode:
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"