diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-06-25 08:39:25 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-06-25 14:58:33 +0000 |
commit | 0d9910c1710d9d4b2dd986403824ae05b6289e63 (patch) | |
tree | 01d2c260ef1cced54e924619909262fa3f4a3871 /conf/machine/include/k3.inc | |
parent | cfae1d1a454b50ed453e3c84dfa60c226be216dc (diff) | |
download | meta-ti-0d9910c1710d9d4b2dd986403824ae05b6289e63.tar.gz |
conf/machine: rename "sgx" flag to "gpu" in MACHINE_FEATURES
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/k3.inc')
-rw-r--r-- | conf/machine/include/k3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc index 22fdeb9c..8b836ea8 100644 --- a/conf/machine/include/k3.inc +++ b/conf/machine/include/k3.inc | |||
@@ -29,5 +29,5 @@ MACHINE_GUI_CLASS = "smallscreen" | |||
29 | UBI_VOLNAME = "rootfs" | 29 | UBI_VOLNAME = "rootfs" |
30 | 30 | ||
31 | # List common SoC features, may need to add touchscreen for specific machines | 31 | # List common SoC features, may need to add touchscreen for specific machines |
32 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet pci sgx" | 32 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet pci gpu" |
33 | # Not ready yet - dsp mmip | 33 | # Not ready yet - dsp mmip |