diff options
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 ae8401447..99fbfd0b9 100644 --- a/target/riscv64/systems/qemu-riscv64 +++ b/target/riscv64/systems/qemu-riscv64 @@ -3,6 +3,7 @@ config ADK_TARGET_SYSTEM_QEMU_RISCV64 select ADK_TARGET_QEMU select ADK_TARGET_CPU_RISCV64 select ADK_TARGET_KERNEL_WITH_COMPRESSION + select ADK_TARGET_KERNEL_IMAGE help Qemu Emulator for RISCV64 architecture. |