[scripts] point do-qemuarm at vexpress-a9 instead of realview-pb

This commit is contained in:
Travis Geiselbrecht
2014-05-17 17:54:25 -07:00
parent 53d2a21177
commit 335a96b492

View File

@@ -1,4 +1,4 @@
#!/bin/sh
make realview-pb-test -j4 &&
qemu-system-arm -machine realview-pb-a8 -m 256 -kernel build-realview-pb-test/lk.elf -nographic $@
make vexpress-a9-test -j4 &&
qemu-system-arm -machine vexpress-a9 -m 512 -kernel build-vexpress-a9-test/lk.elf -nographic $@