diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-08-19 13:14:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-08-19 13:14:58 +0200 |
commit | 1a426f42fe36d9f5d65182bb327e8b029f710e89 (patch) | |
tree | 6ead33a2d4c1bd9f4cbc0f24645d57dc358a9157 /target/loongarch/systems | |
parent | cf30d2922270a47c9e0336611477befcf8fa4239 (diff) |
loongarch: use special linux version, boots up now
Diffstat (limited to 'target/loongarch/systems')
-rw-r--r-- | target/loongarch/systems/qemu-loongarch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/loongarch/systems/qemu-loongarch b/target/loongarch/systems/qemu-loongarch index b5f6c3d34..3b5d940de 100644 --- a/target/loongarch/systems/qemu-loongarch +++ b/target/loongarch/systems/qemu-loongarch @@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_QEMU_LOONGARCH bool "Qemu Emulator" select ADK_TARGET_QEMU select ADK_TARGET_CPU_LOONGARCH + select ADK_TARGET_KERNEL_VMLINUX_EFI help Support for Qemu Emulator Loongarch architecture. |