From a378dd0edc7470d3cb4a10e2ca1c5aadb2f011c7 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 28 Aug 2013 10:52:23 -0400 Subject: [PATCH] ti43x: disable sgx for now 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 c9ce2bbe..62da105f 100644 --- a/conf/machine/include/ti43x.inc +++ b/conf/machine/include/ti43x.inc @@ -34,4 +34,4 @@ UBOOT_LOADADDRESS = "0x80008000" 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 sgx" +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet"