diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-08 11:16:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-08 11:16:17 +0100 |
commit | 65b25cd0f268e989dfa5f1efcfca1e75ca38af64 (patch) | |
tree | 3b0b4bf6f1189402dea0a26d386a4e9328e4e916 /target/riscv64/systems | |
parent | 0bddc7e755f67b8918c379c715b2f4fe00ef5913 (diff) |
riscv: fix kernel boot in qemu
Diffstat (limited to 'target/riscv64/systems')
-rw-r--r-- | target/riscv64/systems/qemu-riscv64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/riscv64/systems/qemu-riscv64 b/target/riscv64/systems/qemu-riscv64 index 70d91645e..ae8401447 100644 --- a/target/riscv64/systems/qemu-riscv64 +++ b/target/riscv64/systems/qemu-riscv64 @@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_QEMU_RISCV64 bool "Qemu Emulator" select ADK_TARGET_QEMU select ADK_TARGET_CPU_RISCV64 + select ADK_TARGET_KERNEL_WITH_COMPRESSION help Qemu Emulator for RISCV64 architecture. |