From 6f1ab0fe37a4f044b04777ff0efc96b7fe0d100f Mon Sep 17 00:00:00 2001 From: "Franklin S. Cooper Jr" Date: Fri, 22 Nov 2013 10:00:45 -0600 Subject: [PATCH] ti43x.inc: Add SGX as MACHINE_FEATURES * New Graphics SDK with am43x support has been added. Signed-off-by: Franklin S. Cooper Jr Signed-off-by: Denys Dmytriyenko --- conf/machine/include/ti43x.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc index 12f569e6..d9bfd257 100644 --- a/conf/machine/include/ti43x.inc +++ b/conf/machine/include/ti43x.inc @@ -38,4 +38,4 @@ UBI_VOLNAME = "rootfs" EXTRA_IMAGEDEPENDS += "u-boot" # List common SoC features, may need to add touchscreen for specific machines -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet" +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx"