From 6719de403620dded075dc74f2976669d95bffd7a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 5 Feb 2019 07:55:24 -0800 Subject: qemuarm64: Use arch-armv8a tune instead of arch-armv8 arch-armv8 does not have many real-world implementations Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/conf/machine/qemuarm64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf index 34fcd2aed0..ee19385eaf 100644 --- a/meta/conf/machine/qemuarm64.conf +++ b/meta/conf/machine/qemuarm64.conf @@ -2,7 +2,7 @@ #@NAME: generic armv8 machine #@DESCRIPTION: Machine configuration for running a generic armv8 -require conf/machine/include/arm/arch-armv8.inc +require conf/machine/include/arm/arch-armv8a.inc require conf/machine/include/qemu.inc KERNEL_IMAGETYPE = "Image" -- cgit 1.2.3-korg