summaryrefslogtreecommitdiff
path: root/src/mainboard/olpc
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-20 13:55:35 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-20 13:55:35 +0000
commit4e015eb67432b4d46003023cd4bc8c04282896e4 (patch)
tree64c9928cb6cb1c427c3af5c8ecf81ff40f127994 /src/mainboard/olpc
parent1529576019b41baf008b871339b9dd225959f5a9 (diff)
downloadcoreboot-4e015eb67432b4d46003023cd4bc8c04282896e4.tar.xz
Fix all board names in Kconfig as per wiki / vendor website.
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@4815 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/olpc')
-rw-r--r--src/mainboard/olpc/btest/Kconfig4
-rw-r--r--src/mainboard/olpc/rev_a/Kconfig4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/olpc/btest/Kconfig b/src/mainboard/olpc/btest/Kconfig
index cce9fdaa56..2f55f4a488 100644
--- a/src/mainboard/olpc/btest/Kconfig
+++ b/src/mainboard/olpc/btest/Kconfig
@@ -1,5 +1,5 @@
config BOARD_OLPC_BTEST
- bool "B-test"
+ bool "btest"
select ARCH_X86
select CPU_AMD_GX2
select NORTHBRIDGE_AMD_GX2
@@ -16,7 +16,7 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
string
- default "BTEST"
+ default "btest"
depends on BOARD_OLPC_BTEST
config HAVE_OPTION_TABLE
diff --git a/src/mainboard/olpc/rev_a/Kconfig b/src/mainboard/olpc/rev_a/Kconfig
index 69a46951ee..6f8cd1fd1b 100644
--- a/src/mainboard/olpc/rev_a/Kconfig
+++ b/src/mainboard/olpc/rev_a/Kconfig
@@ -1,5 +1,5 @@
config BOARD_OLPC_REV_A
- bool "Rev A"
+ bool "rev_a"
select ARCH_X86
select CPU_AMD_GX2
select NORTHBRIDGE_AMD_GX2
@@ -16,7 +16,7 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
string
- default "REV A"
+ default "rev_a"
depends on BOARD_OLPC_REV_A
config HAVE_OPTION_TABLE