diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-02-19 16:47:12 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-02-19 20:03:52 +0100 |
commit | 55fdfca83304d72806b847aa851d5e83d4103b64 (patch) | |
tree | 301cfb2223038073cc44e1154cc71c6b5366b04b /src/cpu | |
parent | 152e5a03a130cea3009685cbf7eb0ea354d9fd1c (diff) | |
download | coreboot-55fdfca83304d72806b847aa851d5e83d4103b64.tar.xz |
cpu/qemu-power8: don't enable it for qemu-x86
Change-Id: I17ba5a85fecf08ab9970a57c7696525287bbc5a8
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/13745
Reviewed-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/qemu-power8/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/qemu-power8/Kconfig b/src/cpu/qemu-power8/Kconfig index addf036d74..d273cc3a00 100644 --- a/src/cpu/qemu-power8/Kconfig +++ b/src/cpu/qemu-power8/Kconfig @@ -13,7 +13,7 @@ ## GNU General Public License for more details. ## -config CPU_QEMU_X86 +config CPU_QEMU_POWER8 bool select ARCH_BOOTBLOCK_POWER8 select ARCH_VERSTAGE_POWER8 |