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/mainboard/lenovo/t520/Kconfig | |
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/mainboard/lenovo/t520/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/t520/Kconfig | 4 |
1 files changed, 0 insertions, 4 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 |