Use default Qemu memory size in run-scripts

Ref #74
This commit is contained in:
Stefan Kalkowski
2017-05-24 11:29:37 +02:00
committed by Norman Feske
parent 681f8f1a79
commit c9f593d803
33 changed files with 19 additions and 33 deletions

View File

@@ -35,7 +35,7 @@ build_boot_image {
stdcxx.lib.so soplex.lib.so zlib.lib.so gmp.lib.so
}
append qemu_args " -nographic -m 64 "
append qemu_args " -nographic "
run_genode_until "child \"test-soplex\" exited with exit value 0" 20