mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
qemu: default to 256M RAM for both targets
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
+2
-2
@@ -29,8 +29,8 @@ endchoice
|
||||
|
||||
config QEMU_MACHINE
|
||||
string
|
||||
default "qemu-system-aarch64 -M virt -cpu cortex-a72" if BR2_aarch64
|
||||
default "qemu-system-x86_64 -M q35,accel=kvm -cpu host -enable-kvm" if BR2_x86_64
|
||||
default "qemu-system-aarch64 -M virt -cpu cortex-a72 -m 256M" if BR2_aarch64
|
||||
default "qemu-system-x86_64 -M q35,accel=kvm -cpu host -enable-kvm -m 256M" if BR2_x86_64
|
||||
|
||||
config QEMU_KERNEL
|
||||
string
|
||||
|
||||
Reference in New Issue
Block a user