aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-power6.inc
diff options
context:
space:
mode:
authorSerhey Popovych <serhe.popovych@gmail.com>2018-12-14 19:54:31 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-15 17:10:44 +0000
commit220eee184a4f510cdf7c55e2aed00330abee1553 (patch)
tree8e0c2479e1343171c9d1ac2ea51647fbcd18c90c /meta/conf/machine/include/tune-power6.inc
parent2c09ab40fd92a49d16352639331db9c7e5171515 (diff)
downloadopenembedded-core-contrib-220eee184a4f510cdf7c55e2aed00330abee1553.tar.gz
tune-power[5-7].inc: Fix DEFAULTTUNE values
It is ppcpX, not ppcprX, where X is 6 or 7. While there select 32bit tune for P5 machine to bring it inline with P6 and P7. Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-power6.inc')
-rw-r--r--meta/conf/machine/include/tune-power6.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-power6.inc b/meta/conf/machine/include/tune-power6.inc
index ee200f97b9..7075157e7e 100644
--- a/meta/conf/machine/include/tune-power6.inc
+++ b/meta/conf/machine/include/tune-power6.inc
@@ -1,4 +1,4 @@
-DEFAULTTUNE ?= "ppcpr6"
+DEFAULTTUNE ?= "ppcp6"
require conf/machine/include/powerpc/arch-powerpc64.inc