diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-16 16:37:37 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-16 16:38:43 +0100 |
| commit | d92f5dc640342d1786df77078d3ceec0b1b229e1 (patch) | |
| tree | fd3c64b928be8dbc577f53211cdc18e27399252f /target/riscv32/Makefile | |
| parent | 8f1913800b8c339d3718b223c33f2610a83f2446 (diff) | |
riscv: fix noMMU bootup in Qemu
Diffstat (limited to 'target/riscv32/Makefile')
| -rw-r--r-- | target/riscv32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/riscv32/Makefile b/target/riscv32/Makefile index 3d34f7f09..6bcede1ff 100644 --- a/target/riscv32/Makefile +++ b/target/riscv32/Makefile @@ -8,7 +8,7 @@ include $(ADK_TOPDIR)/mk/image.mk KERNEL:=$(LINUX_DIR)/arch/riscv/boot/Image QEMU_ARGS:=-M virt -m 512 -nographic ifeq ($(ADK_TARGET_WITH_MMU),) -QEMU_ARGS+=-bios none +QEMU_ARGS+=-bios none -cpu rv32,mmu=off endif ifeq ($(ADK_TARGET_QEMU_WITH_VIRTIO),y) QEMU_ARGS+=-netdev user,id=eth0 -device virtio-net-device,netdev=eth0 |
