summaryrefslogtreecommitdiff
path: root/target/ppc64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-08-06 20:28:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-08-06 20:38:38 +0200
commit210b0b25ee2a8bc62f921a695835d04810516357 (patch)
tree705553aeceb711f1a13beb6799175156a94d7616 /target/ppc64
parent68cc92683a8018b39f1e374fc7b92c926a815eae (diff)
fix ppc64 cpu selection
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target/ppc64')
-rw-r--r--target/ppc64/systems/qemu-ppc643
1 files changed, 2 insertions, 1 deletions
diff --git a/target/ppc64/systems/qemu-ppc64 b/target/ppc64/systems/qemu-ppc64
index eb27113ca..89a5685db 100644
--- a/target/ppc64/systems/qemu-ppc64
+++ b/target/ppc64/systems/qemu-ppc64
@@ -1,6 +1,7 @@
config ADK_TARGET_SYSTEM_QEMU_PPC64
bool "Qemu Emulator"
- select ADK_TARGET_CPU_PPC64_POWERPC64
+ select ADK_TARGET_CPU_PPC64_POWERPC64 if ADK_TARGET_BIG_ENDIAN
+ select ADK_TARGET_CPU_PPC64_POWER8 if ADK_TARGET_LITTLE_ENDIAN
select ADK_TARGET_QEMU
select ADK_TARGET_KERNEL_WITH_COMPRESSION
help