diff options
Diffstat (limited to 'src/mainboard/olpc/btest')
-rw-r--r-- | src/mainboard/olpc/btest/Kconfig | 4 |
1 files changed, 2 insertions, 2 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 |