From 1d33b7a5a66fa49a05317c9af91e8d1d4a526f6e Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sat, 6 Sep 2014 10:10:21 +0300 Subject: 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 Reviewed-on: http://review.coreboot.org/7177 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/t520/Kconfig | 2 +- src/mainboard/lenovo/t520/board_info.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mainboard/lenovo/t520') diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig index 8c9f4d6b32..355b573744 100644 --- a/src/mainboard/lenovo/t520/Kconfig +++ b/src/mainboard/lenovo/t520/Kconfig @@ -39,7 +39,7 @@ config MAINBOARD_DIR config MAINBOARD_PART_NUMBER string - default "4242W1A" + default "ThinkPad T520" config MMCONF_BASE_ADDRESS hex diff --git a/src/mainboard/lenovo/t520/board_info.txt b/src/mainboard/lenovo/t520/board_info.txt index d48aa5f66e..9b98f05dd6 100644 --- a/src/mainboard/lenovo/t520/board_info.txt +++ b/src/mainboard/lenovo/t520/board_info.txt @@ -1,5 +1,4 @@ Category: laptop -Board name: T520 ROM package: WSON-8 ROM protocol: SPI ROM socketed: n -- cgit v1.2.3