From 1329245c32d91e40ce677cd12842b424d4f4c803 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 8 Aug 2019 15:28:01 -0400 Subject: aspeed: g6: use the correct arm core tune Use the correct tune for the g6 arm core: vfpv4d16 (From meta-aspeed rev: 8f80491f1d58fbe94ef1d32aba45789aee549cec) Change-Id: I06b7b982c9064edd7369e947cc9e41e2e39a50ed Signed-off-by: Brad Bishop --- meta-aspeed/conf/machine/include/aspeed.inc | 2 ++ meta-aspeed/conf/machine/include/ast2600.inc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-aspeed/conf/machine/include/aspeed.inc b/meta-aspeed/conf/machine/include/aspeed.inc index 4bed9e3bd..7eaa346aa 100644 --- a/meta-aspeed/conf/machine/include/aspeed.inc +++ b/meta-aspeed/conf/machine/include/aspeed.inc @@ -17,3 +17,5 @@ INITRAMFS_FSTYPES ?= "cpio.xz" MACHINEOVERRIDES =. "aspeed:" SERIAL_CONSOLES ?= "115200;ttyS4" + +DEFAULTTUNE_aspeed-g6 ?= "armv7a-vfpv4d16" diff --git a/meta-aspeed/conf/machine/include/ast2600.inc b/meta-aspeed/conf/machine/include/ast2600.inc index 2dcaaf613..1857d14d3 100644 --- a/meta-aspeed/conf/machine/include/ast2600.inc +++ b/meta-aspeed/conf/machine/include/ast2600.inc @@ -1,7 +1,7 @@ SOC_FAMILY = "aspeed-g6" include conf/machine/include/soc-family.inc require conf/machine/include/aspeed.inc -require conf/machine/include/tune-cortexa7.inc +include conf/machine/include/arm/arch-armv7a.inc UBOOT_ENTRYPOINT = "0x80001000" UBOOT_LOADADDRESS = "0x80001000" -- cgit v1.2.3