tune-*: Use more specific DEFAULTTUNE

These files are using a more generic DEFAULTTUNE in their targeted tune
file.  This is contrary to what is being done in other tune files, and
this changes them to match.  It is still possible to use the more
generic DEFAULTTUNE in a machine's config file by simply specifying it.

(From OE-Core rev: e35205a9803692d72eb92b86d740821c667b527e)

Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jon Mason
2021-08-27 09:51:40 -04:00
committed by Richard Purdie
parent d2b0f230e0
commit a4b23e131e
9 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv4t"
DEFAULTTUNE ?= "arm920t"
require conf/machine/include/arm/arch-armv4.inc

View File

@@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv4t"
DEFAULTTUNE ?= "arm9tdmi"
require conf/machine/include/arm/arch-armv4.inc

View File

@@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv4"
DEFAULTTUNE ?= "strongarm"
require conf/machine/include/arm/arch-armv4.inc

View File

@@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv7vethf-neon"
DEFAULTTUNE ?= "cortexa15thf-neon"
require conf/machine/include/arm/arch-armv7ve.inc

View File

@@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv7vethf-neon"
DEFAULTTUNE ?= "cortexa17thf-neon"
require conf/machine/include/arm/arch-armv7ve.inc

View File

@@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv7athf-neon"
DEFAULTTUNE ?= "cortexa5thf-neon"
require conf/machine/include/arm/arch-armv7a.inc

View File

@@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv7vethf-neon"
DEFAULTTUNE ?= "cortexa7thf-neon"
require conf/machine/include/arm/arch-armv7ve.inc

View File

@@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv7athf-neon"
DEFAULTTUNE ?= "cortexa8thf-neon"
require conf/machine/include/arm/arch-armv7a.inc

View File

@@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv7athf-neon"
DEFAULTTUNE ?= "cortexa9thf-neon"
require conf/machine/include/arm/arch-armv7a.inc