From adb08dc22c8e4f4769cbff3dcf0e232c3767679e Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Tue, 21 May 2019 13:30:12 -0700 Subject: Stratix10: include correct arch configuration poky warrior moved the armv8 include to armv8a, as such the stratix10 machine conf needs to change. Signed-off-by: Dalon Westergreen --- conf/machine/stratix10.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/stratix10.conf b/conf/machine/stratix10.conf index 111bbed..f6bc970 100644 --- a/conf/machine/stratix10.conf +++ b/conf/machine/stratix10.conf @@ -2,7 +2,7 @@ #@NAME: Altera Stratix10 #@DESCRIPTION: Layer for the Altera Stratix10 -require conf/machine/include/arm/arch-armv8.inc +require conf/machine/include/arm/arch-armv8a.inc SPL_BINARY = "spl/u-boot-spl-dtb.bin" UBOOT_SUFFIX = "img" -- cgit v1.2.3-54-g00ecf