diff options
| author | Dalon Westergreen <dwesterg@gmail.com> | 2019-05-21 13:30:12 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-06-10 10:09:43 -0700 |
| commit | adb08dc22c8e4f4769cbff3dcf0e232c3767679e (patch) | |
| tree | 9241ff274d30a39899ffc554cd718eab86b9cf79 | |
| parent | a06a9dd27ce754102bb6b04e40f541eb1d14c57d (diff) | |
| download | meta-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>
| -rw-r--r-- | conf/machine/stratix10.conf | 2 |
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 | ||
| 5 | require conf/machine/include/arm/arch-armv8.inc | 5 | require conf/machine/include/arm/arch-armv8a.inc |
| 6 | 6 | ||
| 7 | SPL_BINARY = "spl/u-boot-spl-dtb.bin" | 7 | SPL_BINARY = "spl/u-boot-spl-dtb.bin" |
| 8 | UBOOT_SUFFIX = "img" | 8 | UBOOT_SUFFIX = "img" |
