diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-02-16 13:28:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-02-17 13:20:23 +0100 |
commit | bc6956f08c225304cfb62b7314a660f52701d30c (patch) | |
tree | 9ad4f384be743de2a152a1fa81503978d7a5f58a /target/riscv32/systems | |
parent | 7025cc5131adbafb70a7f6715cb8d17f0446ec58 (diff) |
riscv64: use upstream Linux kernel
Diffstat (limited to 'target/riscv32/systems')
-rw-r--r-- | target/riscv32/systems/qemu-riscv32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/riscv32/systems/qemu-riscv32 b/target/riscv32/systems/qemu-riscv32 index 28f40004e..a9f1d9ce2 100644 --- a/target/riscv32/systems/qemu-riscv32 +++ b/target/riscv32/systems/qemu-riscv32 @@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_QEMU_RISCV32 bool "Qemu Emulator" select ADK_TARGET_QEMU select ADK_TARGET_CPU_RISCV32 + select ADK_TARGET_KERNEL_IMAGE help Qemu Emulator for RISCV32 architecture. |