diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index b55d4bb..fb8d162 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc @@ -1,6 +1,7 @@ SOC_FAMILY = "ti33x" require conf/machine/include/soc-family.inc +DEFAULTTUNE ?= "cortexa8hf-neon" require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" @@ -31,5 +32,5 @@ UBOOT_LOADADDRESS = "0x80008000" UBI_VOLNAME = "rootfs" # 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"