diff options
author | Franklin S. Cooper Jr <fcooper@ti.com> | 2013-11-22 10:00:45 -0600 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-11-22 13:57:11 -0500 |
commit | 6f1ab0fe37a4f044b04777ff0efc96b7fe0d100f (patch) | |
tree | 4de919b8ee1fc56734584943f446cbd24681a146 | |
parent | d6dc5d7bd137ebef4ed1786d8257f2b06ba29029 (diff) | |
download | meta-ti-6f1ab0fe37a4f044b04777ff0efc96b7fe0d100f.tar.gz |
ti43x.inc: Add SGX as MACHINE_FEATURES
* New Graphics SDK with am43x support has been added.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | conf/machine/include/ti43x.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
38 | EXTRA_IMAGEDEPENDS += "u-boot" | 38 | EXTRA_IMAGEDEPENDS += "u-boot" |
39 | 39 | ||
40 | # List common SoC features, may need to add touchscreen for specific machines | 40 | # List common SoC features, may need to add touchscreen for specific machines |
41 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet" | 41 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" |