diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-09-16 15:50:15 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-09-20 17:22:21 +0000 |
commit | c423d7d8f1ecb0de79590f7cd7cb99a6dc0e73d8 (patch) | |
tree | 77bf5105c830f43d73185ff6d7756b5ae4ebc0b3 /src/mainboard/lenovo/t500 | |
parent | 63da2061460ab0246f1b6347336c10d75f2149fa (diff) | |
download | coreboot-c423d7d8f1ecb0de79590f7cd7cb99a6dc0e73d8.tar.xz |
mb/lenovo/{T500, R400, W500}: Unify variants under T400
A negative side-effect is that those boards disappear from the board-status
output, but this is an issue on all variants.
Change-Id: Ic80804dc1f7d9c6f83ceee3db667019532c31d4c
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/28626
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/t500')
-rw-r--r-- | src/mainboard/lenovo/t500/Kconfig | 7 | ||||
-rw-r--r-- | src/mainboard/lenovo/t500/Kconfig.name | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/t500/board_info.txt | 6 |
3 files changed, 0 insertions, 15 deletions
diff --git a/src/mainboard/lenovo/t500/Kconfig b/src/mainboard/lenovo/t500/Kconfig deleted file mode 100644 index e1e8420dab..0000000000 --- a/src/mainboard/lenovo/t500/Kconfig +++ /dev/null @@ -1,7 +0,0 @@ -if BOARD_LENOVO_T500 - -config MAINBOARD_PART_NUMBER - string - default "ThinkPad T500" - -endif diff --git a/src/mainboard/lenovo/t500/Kconfig.name b/src/mainboard/lenovo/t500/Kconfig.name deleted file mode 100644 index 89c6087454..0000000000 --- a/src/mainboard/lenovo/t500/Kconfig.name +++ /dev/null @@ -1,2 +0,0 @@ -config BOARD_LENOVO_T500 - bool "ThinkPad T500" diff --git a/src/mainboard/lenovo/t500/board_info.txt b/src/mainboard/lenovo/t500/board_info.txt deleted file mode 100644 index 007ec6cea1..0000000000 --- a/src/mainboard/lenovo/t500/board_info.txt +++ /dev/null @@ -1,6 +0,0 @@ -Category: laptop -ROM package: SOIC-16 or SOIC-8 -ROM protocol: SPI -ROM socketed: n -Flashrom support: n -Clone of: lenovo/t400 |