committed by
Christian Helmuth
parent
f42f946f3b
commit
826c81ac18
@@ -51,10 +51,6 @@ proc run_power_on { } {
|
||||
}
|
||||
if {[have_spec vpb926]} { append qemu_args " -M versatilepb -m 128 " }
|
||||
if {[have_spec zynq_qemu]} { append qemu_args " -M xilinx-zynq-a9 -cpu cortex-a9 -m 256 " }
|
||||
if {[have_spec hw_x86_64]} {
|
||||
regsub -all {\-m ([0-9])+} $qemu_args "" qemu_args
|
||||
append qemu_args " -m 512 "
|
||||
}
|
||||
|
||||
# add devices for specific platforms
|
||||
if {[have_spec zynq] && [have_spec cadence_gem]} { append qemu_args " -net nic,model=cadence_gem" }
|
||||
|
||||
Reference in New Issue
Block a user