[coreboot-gerrit] New patch to review for coreboot: 368543d lenovo/{x60, t60}: Change PARTNUMBER for consistency.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Fri Oct 24 20:00:18 CEST 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7178

-gerrit

commit 368543d2c0e67f91b52b43331a2e4dca05bc806e
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Sep 6 10:12:47 2014 +0300

    lenovo/{x60,t60}: Change PARTNUMBER for consistency.
    
    Change-Id: I0ace5f49b84170ab4701ad1b70d3c50c99066e53
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/lenovo/t60/Kconfig | 2 +-
 src/mainboard/lenovo/x60/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig
index 14c9488..8efce3a 100644
--- a/src/mainboard/lenovo/t60/Kconfig
+++ b/src/mainboard/lenovo/t60/Kconfig
@@ -37,7 +37,7 @@ config DCACHE_RAM_SIZE
 
 config MAINBOARD_PART_NUMBER
 	string
-	default "ThinkPad T60 / T60p"
+	default "ThinkPad T60"
 
 config MMCONF_BASE_ADDRESS
 	hex
diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig
index 7f8ccbf..af53c4e 100644
--- a/src/mainboard/lenovo/x60/Kconfig
+++ b/src/mainboard/lenovo/x60/Kconfig
@@ -42,7 +42,7 @@ config DCACHE_RAM_SIZE
 
 config MAINBOARD_PART_NUMBER
 	string
-	default "ThinkPad X60 / X60s / X60t"
+	default "ThinkPad X60"
 
 config MMCONF_BASE_ADDRESS
 	hex



More information about the coreboot-gerrit mailing list