aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-03 15:34:08 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-03 15:34:08 +0000
commit8f3ec7b1a3771a317c2415e2366fa719582f29d1 (patch)
tree32d4d520f5c402aa2fb159e3472f9f7e96d0504a /src/mainboard/emulation
parent1c53d771c12cb01ec9e2a0e73bf183a28aca9414 (diff)
Remove duplicate and not too useful Kconfig board comments as
per discussion on the mailing list. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4711 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/emulation')
-rw-r--r--src/mainboard/emulation/qemu-x86/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/emulation/qemu-x86/Kconfig b/src/mainboard/emulation/qemu-x86/Kconfig
index 8649bd8050..daf4ba70cf 100644
--- a/src/mainboard/emulation/qemu-x86/Kconfig
+++ b/src/mainboard/emulation/qemu-x86/Kconfig
@@ -5,8 +5,6 @@ config BOARD_EMULATION_QEMU_X86
select SOUTHBRIDGE_INTEL_I82371EB
select CPU_EMULATION_QEMU_X86
select CONSOLE_SERIAL8250
- help
- x86 QEMU variant.
config MAINBOARD_DIR
string
@@ -15,5 +13,5 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
string
- default "QEMU-86"
+ default "QEMU-x86"
depends on BOARD_EMULATION_QEMU_X86