diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-09-06 10:10:21 +0300 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-10-25 02:36:47 +0200 |
commit | 1d33b7a5a66fa49a05317c9af91e8d1d4a526f6e (patch) | |
tree | d8c49cc2e93b79b5c4680991e471e1b6fadcb398 /src/mainboard/lenovo/x200 | |
parent | 06c294619920aaf52d5a45ec98dde6482336dd19 (diff) | |
download | coreboot-1d33b7a5a66fa49a05317c9af91e8d1d4a526f6e.tar.xz |
lenovo: Use readable name as part number.
Part number is used only for coreboot ROM identification and
in coreboot tables. Rather than guessing the P/N, just use readable name.
SMBIOS uses information from EEPROM and so isn't affected.
Change-Id: I33534c3acb83f20d5b493c82bfc98896bf64ff1a
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/7177
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/lenovo/x200')
-rw-r--r-- | src/mainboard/lenovo/x200/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/x200/board_info.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig index 6939f5e41c..aeeded52f2 100644 --- a/src/mainboard/lenovo/x200/Kconfig +++ b/src/mainboard/lenovo/x200/Kconfig @@ -28,7 +28,7 @@ config MAINBOARD_DIR config MAINBOARD_PART_NUMBER string - default "7458CY9" + default "ThinkPad X200" config MAINBOARD_VENDOR string diff --git a/src/mainboard/lenovo/x200/board_info.txt b/src/mainboard/lenovo/x200/board_info.txt index 1725b628f4..60496f5f99 100644 --- a/src/mainboard/lenovo/x200/board_info.txt +++ b/src/mainboard/lenovo/x200/board_info.txt @@ -1,4 +1,3 @@ -Board name: X200 Category: laptop ROM package: SOIC-16 ROM protocol: SPI |