summaryrefslogtreecommitdiffstats
path: root/conf/machine/omap3evm.conf
diff options
context:
space:
mode:
authorFranklin S. Cooper Jr <fcooper@ti.com>2013-02-18 22:45:16 -0600
committerDenys Dmytriyenko <denys@ti.com>2013-02-25 19:48:41 -0500
commit4d99e63181c6f58b5bb41eb830c7af75b097e10e (patch)
treef580915e12d3565f80e93e43a143610d6e5bd0f0 /conf/machine/omap3evm.conf
parent3aeebece0e37425fd9e480127d1ac599c87ca750 (diff)
downloadmeta-ti-4d99e63181c6f58b5bb41eb830c7af75b097e10e.tar.gz
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 <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/omap3evm.conf')
-rw-r--r--conf/machine/omap3evm.conf2
1 files changed, 1 insertions, 1 deletions
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"
30UBOOT_MACHINE = "omap3_evm_config" 30UBOOT_MACHINE = "omap3_evm_config"
31XLOAD_MACHINE = "omap3evm_config" 31XLOAD_MACHINE = "omap3evm_config"
32 32
33MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen" 33MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx"
34 34
35# NOTE: there are NAND and OneNAND versions of this board... 35# NOTE: there are NAND and OneNAND versions of this board...
36 36