]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
qemu_ppc64_e5500_defconfig: convert quotes in readme.txt emulation example
authorMatt Weber <matthew.weber@rockwellcollins.com>
Tue, 3 Apr 2018 00:43:25 +0000 (19:43 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 3 Apr 2018 10:51:35 +0000 (12:51 +0200)
Resolves an error in the way the bootlin toolchain-builder uses
the board/qemu/ppc64-e5500/readme.txt to generate the qemu test
command.

https://github.com/free-electrons/toolchains-builder/blob/master/build.sh#L186

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/qemu/ppc64-e5500/readme.txt

index 0bfd41d76b33e7a180105ce7376cdb0c9801f668..a6ad893b4de0a153f6fce1fd0ce70a1bccbbd87d 100644 (file)
@@ -1,6 +1,6 @@
 Run the emulation with:
 
- qemu-system-ppc64 -M ppce500 -cpu e5500 -m 256 -kernel output/images/uImage -drive file=output/images/rootfs.ext2,if=virtio,format=raw -append 'console=ttyS0 root=/dev/vda' -serial mon:stdio -nographic
+ qemu-system-ppc64 -M ppce500 -cpu e5500 -m 256 -kernel output/images/uImage -drive file=output/images/rootfs.ext2,if=virtio,format=raw -append "console=ttyS0 root=/dev/vda" -serial mon:stdio -nographic
 
 The login prompt will appear in the terminal that started Qemu.