From 4c4f7e1d1221323381c2f1894bb15b3069026b50 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 12 Jun 2014 01:18:46 +0000 Subject: Revert "dra7xx-evm: Add sgx to MACHINE_FEATURES" Since sgx support is broken for newer kernels and Qt4, disable it for now until Qt5 becomes default and kernel drivers are updated. This reverts commit f9253dc88fc9cfe36e39d4b8f1e233eb3f4eaa3f. Signed-off-by: Denys Dmytriyenko --- conf/machine/dra7xx-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 8ba2757f..14253cf3 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf @@ -33,4 +33,4 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" # Currently removing the sgx machine feature because there is no SGX package # available for omap5 -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx" +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen" -- cgit v1.2.3-54-g00ecf