summaryrefslogtreecommitdiff
path: root/target/riscv64/systems/qemu-riscv64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-04-08 11:16:17 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-04-08 11:16:17 +0100
commit65b25cd0f268e989dfa5f1efcfca1e75ca38af64 (patch)
tree3b0b4bf6f1189402dea0a26d386a4e9328e4e916 /target/riscv64/systems/qemu-riscv64
parent0bddc7e755f67b8918c379c715b2f4fe00ef5913 (diff)
riscv: fix kernel boot in qemu
Diffstat (limited to 'target/riscv64/systems/qemu-riscv64')
-rw-r--r--target/riscv64/systems/qemu-riscv641
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.