From c78c19187036569914b4b0ea7990bab2cb6458bb Mon Sep 17 00:00:00 2001 From: "Maupin, Chase" Date: Tue, 20 May 2014 01:19:47 +0000 Subject: dra7xx-evm: Add sgx to MACHINE_FEATURES * Add sgx to the MACHINE_FEATURES so that the dra7xx-evm can start including sgx libraries. NOTE: currently there are no driver modules that work with v3.12 of the Linux kernel but this does work with version 3.8. Signed-off-by: Chase Maupin Signed-off-by: Denys Dmytriyenko --- conf/machine/dra7xx-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 14253cf3..8ba2757f 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" +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx" -- cgit v1.2.3-54-g00ecf