diff options
author | Ilya Averyanov <a1ien.n3t@gmail.com> | 2022-09-07 09:32:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 09:32:09 +0300 |
commit | 2858ce2507e20fe163339c5ed9614081e1f51549 (patch) | |
tree | 9eee240e7d865af20e60aa6241dda65efc16f152 /conf/machine/ls2080ardb.conf | |
parent | fa992ccb883eb5dc6d077c164cb8326cc5d86e4e (diff) | |
download | meta-freescale-2858ce2507e20fe163339c5ed9614081e1f51549.tar.gz |
Use armv8a instead of the more generic aarch64 for ls208*
Diffstat (limited to 'conf/machine/ls2080ardb.conf')
-rw-r--r-- | conf/machine/ls2080ardb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ls2080ardb.conf b/conf/machine/ls2080ardb.conf index 5bd4dae8..6dcc7dae 100644 --- a/conf/machine/ls2080ardb.conf +++ b/conf/machine/ls2080ardb.conf | |||
@@ -8,7 +8,7 @@ | |||
8 | MACHINEOVERRIDES =. "fsl-lsch3:ls2080a:" | 8 | MACHINEOVERRIDES =. "fsl-lsch3:ls2080a:" |
9 | 9 | ||
10 | require conf/machine/include/qoriq-arm64.inc | 10 | require conf/machine/include/qoriq-arm64.inc |
11 | require conf/machine/include/arm/arch-arm64.inc | 11 | require conf/machine/include/arm/arch-armv8a.inc |
12 | 12 | ||
13 | UBOOT_CONFIG ??= "nor" | 13 | UBOOT_CONFIG ??= "nor" |
14 | UBOOT_CONFIG[nor] = "ls2080ardb_defconfig" | 14 | UBOOT_CONFIG[nor] = "ls2080ardb_defconfig" |