diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-09-06 10:22:31 +0300 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-10-24 21:53:22 +0200 |
commit | 06c294619920aaf52d5a45ec98dde6482336dd19 (patch) | |
tree | 07824836de370fc12377b09b8ba6882e13664b32 /src | |
parent | 498c32a6e8d06e3989cb83def86952e9301b84ee (diff) |
lenovo/*: Remove unused MAINBOARD_VERSION
Change-Id: I88e889efe43b32e7efc59ea40d13e79209a27264
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/7179
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/lenovo/t520/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/x200/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/x201/Kconfig | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig index a088bd07d3..8c9f4d6b32 100644 --- a/src/mainboard/lenovo/t520/Kconfig +++ b/src/mainboard/lenovo/t520/Kconfig @@ -41,10 +41,6 @@ config MAINBOARD_PART_NUMBER string default "4242W1A" -config MAINBOARD_VERSION - string - default "ThinkPad T520" - config MMCONF_BASE_ADDRESS hex default 0xf0000000 diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig index ca6ca4f872..6939f5e41c 100644 --- a/src/mainboard/lenovo/x200/Kconfig +++ b/src/mainboard/lenovo/x200/Kconfig @@ -30,10 +30,6 @@ config MAINBOARD_PART_NUMBER string default "7458CY9" -config MAINBOARD_VERSION - string - default "ThinkPad X200 / X200s / X200t" - config MAINBOARD_VENDOR string default "LENOVO" diff --git a/src/mainboard/lenovo/x201/Kconfig b/src/mainboard/lenovo/x201/Kconfig index 7e4c8f7781..953616631f 100644 --- a/src/mainboard/lenovo/x201/Kconfig +++ b/src/mainboard/lenovo/x201/Kconfig @@ -29,10 +29,6 @@ config MAINBOARD_PART_NUMBER string default "3626EN1" -config MAINBOARD_VERSION - string - default "ThinkPad X201 / X201s / X201t" - config MAINBOARD_VENDOR string default "LENOVO" |