From 4d99e63181c6f58b5bb41eb830c7af75b097e10e Mon Sep 17 00:00:00 2001 From: "Franklin S. Cooper Jr" Date: Mon, 18 Feb 2013 22:45:16 -0600 Subject: machine configs: Add SGX to MACHINE_FEATURES * Add sgx to MACHINE_FEATURES to indicate that a particular machine supports sgx. * TI chips are available in multiple variants including some that supports sgx while others do not. * By adding sgx as a machine feature other layers can create generic packagegroups or images for a particular soc but will only include sgx dependencies if the particular machine has sgx support. Signed-off-by: Franklin S. Cooper Jr Signed-off-by: Denys Dmytriyenko --- conf/machine/omap3evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/omap3evm.conf') diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf index dfedf0fc..07196715 100644 --- a/conf/machine/omap3evm.conf +++ b/conf/machine/omap3evm.conf @@ -30,7 +30,7 @@ UBOOT_ARCH = "arm" UBOOT_MACHINE = "omap3_evm_config" XLOAD_MACHINE = "omap3evm_config" -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen" +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx" # NOTE: there are NAND and OneNAND versions of this board... -- cgit v1.2.3-54-g00ecf