From 70993c331df564710a129f6e8a1070b683ada14e Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Wed, 24 Jun 2015 17:59:48 +0200 Subject: [PATCH] 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] --- conf/machine/include/ti33x.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"