diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-03-03 15:36:52 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-03 17:19:25 +0100 |
commit | 1b554aa849c2ac9c9bdd805253e806b411df6e28 (patch) | |
tree | 0c17a46bc971b8f0d39b78c7284bcffa06f1dc54 | |
parent | 62e8305358641da03a827e3d729ed0187927650f (diff) | |
download | buildroot-1b554aa849c2ac9c9bdd805253e806b411df6e28.tar.gz buildroot-1b554aa849c2ac9c9bdd805253e806b411df6e28.zip |
board/qemu/ppc64le-pseries: put Qemu command on one line
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>
-rw-r--r-- | board/qemu/ppc64le-pseries/readme.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/qemu/ppc64le-pseries/readme.txt b/board/qemu/ppc64le-pseries/readme.txt index beda5c0618..0fdb389828 100644 --- a/board/qemu/ppc64le-pseries/readme.txt +++ b/board/qemu/ppc64le-pseries/readme.txt @@ -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. |