]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
board/qemu/ppc64le-pseries: put Qemu command on one line
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 3 Mar 2018 14:36:52 +0000 (15:36 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 3 Mar 2018 16:19:25 +0000 (17:19 +0100)
This allows the toolchain building machinery used by
https://toolchains.bootlin.com to automatically re-use this Qemu
command line.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/qemu/ppc64le-pseries/readme.txt

index beda5c06186f91f44e1c0d4e3466440af9df8f58..0fdb389828b54b66042264c54baf038f1701e5d2 100644 (file)
@@ -1,8 +1,6 @@
 Run the emulation with:
 
-qemu-system-ppc64 -M pseries -nographic \
-               -kernel output/images/vmlinux \
-               -initrd output/images/rootfs.ext2
+qemu-system-ppc64 -M pseries -nographic -kernel output/images/vmlinux -initrd output/images/rootfs.ext2
 
 The login prompt will appear in the terminal window.