ti33x: use cortexa8hf-neon tune by default

We don't use any binary only components and can avoid the performance
penalty.

[hfreyther: The ODU build had changed the tune through
the local.conf already]
This commit is contained in:
Jan Luebbe 2015-06-24 17:59:48 +02:00 committed by Holger Hans Peter Freyther
parent b97e39bb9c
commit 70993c331d
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
SOC_FAMILY = "ti33x" SOC_FAMILY = "ti33x"
require conf/machine/include/soc-family.inc require conf/machine/include/soc-family.inc
DEFAULTTUNE ?= "cortexa8hf-neon"
require conf/machine/include/tune-cortexa8.inc require conf/machine/include/tune-cortexa8.inc
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
@ -31,5 +32,5 @@ UBOOT_LOADADDRESS = "0x80008000"
UBI_VOLNAME = "rootfs" UBI_VOLNAME = "rootfs"
# List common SoC features, may need to add touchscreen for specific machines # 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"