summaryrefslogtreecommitdiff
path: root/target/riscv64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/riscv64/Makefile')
-rw-r--r--target/riscv64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/riscv64/Makefile b/target/riscv64/Makefile
index 8f396c361..bc31d62d8 100644
--- a/target/riscv64/Makefile
+++ b/target/riscv64/Makefile
@@ -7,7 +7,7 @@ include $(ADK_TOPDIR)/mk/image.mk
KERNEL:=$(LINUX_DIR)/vmlinux
OSTRIP:=-R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id
-QEMU_ARGS:=-M virt -nographic
+QEMU_ARGS:=-M virt -m 256 -nographic
ifeq ($(ADK_TARGET_QEMU_WITH_VIRTIO),y)
QEMU_ARGS+=-netdev user,id=eth0 -device virtio-net-device,netdev=eth0
endif