diff options
| author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-03-03 15:36:51 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-03 17:19:20 +0100 |
| commit | 62e8305358641da03a827e3d729ed0187927650f (patch) | |
| tree | 57f800c3d48ba79814a4d9ea9394bb6aa0233b7d | |
| parent | 8cde7e6af9193545819c05369b87c8a61b2a61fb (diff) | |
| download | buildroot-62e8305358641da03a827e3d729ed0187927650f.tar.gz buildroot-62e8305358641da03a827e3d729ed0187927650f.zip | |
board/qemu/ppc64le-pseries: use qemu-system-ppc64
qemu-system-ppc64le doesn't necessarily exist: it isn't installed by
Qemu, and only created as a symlink to qemu-system-ppc64 by some
distributions (Ubuntu). Other distributions (Fedora) just have
qemu-system-ppc64.
But qemu-system-ppc64 is capable of running little-endian PPC64
systems, so use this one instead.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu/ppc64le-pseries/readme.txt b/board/qemu/ppc64le-pseries/readme.txt index dd188c505f..beda5c0618 100644 --- a/board/qemu/ppc64le-pseries/readme.txt +++ b/board/qemu/ppc64le-pseries/readme.txt @@ -1,6 +1,6 @@ Run the emulation with: -qemu-system-ppc64le -M pseries -nographic \ +qemu-system-ppc64 -M pseries -nographic \ -kernel output/images/vmlinux \ -initrd output/images/rootfs.ext2 |

