summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2019-05-21 13:30:12 -0700
committerKhem Raj <raj.khem@gmail.com>2019-06-10 10:09:43 -0700
commitadb08dc22c8e4f4769cbff3dcf0e232c3767679e (patch)
tree9241ff274d30a39899ffc554cd718eab86b9cf79 /conf
parenta06a9dd27ce754102bb6b04e40f541eb1d14c57d (diff)
downloadmeta-altera-adb08dc22c8e4f4769cbff3dcf0e232c3767679e.tar.gz
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 <dwesterg@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/stratix10.conf2
1 files changed, 1 insertions, 1 deletions
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 @@
2#@NAME: Altera Stratix10 2#@NAME: Altera Stratix10
3#@DESCRIPTION: Layer for the Altera Stratix10 3#@DESCRIPTION: Layer for the Altera Stratix10
4 4
5require conf/machine/include/arm/arch-armv8.inc 5require conf/machine/include/arm/arch-armv8a.inc
6 6
7SPL_BINARY = "spl/u-boot-spl-dtb.bin" 7SPL_BINARY = "spl/u-boot-spl-dtb.bin"
8UBOOT_SUFFIX = "img" 8UBOOT_SUFFIX = "img"