diff options
author | Patrick Georgi <pgeorgi@google.com> | 2015-03-30 13:29:45 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-03-30 20:41:21 +0200 |
commit | 4697d09f1a6625e3d38ec7d92a18b3853c359fa8 (patch) | |
tree | 7ecbc495ce5eea949277a90a7f5605d84e3968b6 /src/mainboard/emulation/Kconfig | |
parent | 6b65f0d8bd04041c24c1e9da8199c6e484192b5f (diff) |
emulation/imgvp-pistachio: Drop board
This doesn't even compile in downstream.
Change-Id: Ic7b3736db86e8de155e0f37afa970ce5095396fa
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: http://review.coreboot.org/9164
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/mainboard/emulation/Kconfig')
-rw-r--r-- | src/mainboard/emulation/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/emulation/Kconfig b/src/mainboard/emulation/Kconfig index d2706faa9e..e48c242dcb 100644 --- a/src/mainboard/emulation/Kconfig +++ b/src/mainboard/emulation/Kconfig @@ -14,9 +14,6 @@ config BOARD_EMULATION_QEMU_ARMV7 config BOARD_EMULATION_QEMU_UCB_RISCV bool "QEMU ucb riscv" -config BOARD_EMULATION_IMGVP_PISTACHIO - bool "ImgTec Pistachio Virtual Platform" - endchoice config BOARD_EMULATION_QEMU_X86 @@ -28,7 +25,6 @@ source "src/mainboard/emulation/qemu-i440fx/Kconfig" source "src/mainboard/emulation/qemu-q35/Kconfig" source "src/mainboard/emulation/qemu-armv7/Kconfig" source "src/mainboard/emulation/qemu-riscv/Kconfig" -source "src/mainboard/emulation/imgvp-pistachio/Kconfig" config MAINBOARD_VENDOR string |