summaryrefslogtreecommitdiffstats
path: root/src/cpu/qemu-power8/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/qemu-power8/Kconfig')
-rw-r--r--src/cpu/qemu-power8/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cpu/qemu-power8/Kconfig b/src/cpu/qemu-power8/Kconfig
index d273cc3a00f7..c1f830979521 100644
--- a/src/cpu/qemu-power8/Kconfig
+++ b/src/cpu/qemu-power8/Kconfig
@@ -15,7 +15,7 @@
config CPU_QEMU_POWER8
bool
- select ARCH_BOOTBLOCK_POWER8
- select ARCH_VERSTAGE_POWER8
- select ARCH_ROMSTAGE_POWER8
- select ARCH_RAMSTAGE_POWER8
+ select ARCH_BOOTBLOCK_PPC64
+ select ARCH_VERSTAGE_PPC64
+ select ARCH_ROMSTAGE_PPC64
+ select ARCH_RAMSTAGE_PPC64