summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/arm/armv7a/tune-cortexa5.inc
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2021-08-27 09:51:40 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-01 14:05:41 +0100
commite35205a9803692d72eb92b86d740821c667b527e (patch)
tree79b7a9fe901f3c7e576882b7cd500b02ac899080 /meta/conf/machine/include/arm/armv7a/tune-cortexa5.inc
parente2e87d82ad1ec071077f29613e2e568196912daa (diff)
downloadopenembedded-core-contrib-e35205a9803692d72eb92b86d740821c667b527e.tar.gz
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. Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/arm/armv7a/tune-cortexa5.inc')
-rw-r--r--meta/conf/machine/include/arm/armv7a/tune-cortexa5.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/arm/armv7a/tune-cortexa5.inc b/meta/conf/machine/include/arm/armv7a/tune-cortexa5.inc
index 817eb166d6..0de5aadaaa 100644
--- a/meta/conf/machine/include/arm/armv7a/tune-cortexa5.inc
+++ b/meta/conf/machine/include/arm/armv7a/tune-cortexa5.inc
@@ -1,4 +1,4 @@
-DEFAULTTUNE ?= "armv7athf-neon"
+DEFAULTTUNE ?= "cortexa5thf-neon"
require conf/machine/include/arm/arch-armv7a.inc