[coreboot-gerrit] Change in coreboot[master]: mb/lenovo/t430: Fix regression

Patrick Rudolph (Code Review) gerrit at coreboot.org
Fri Jul 14 16:31:06 CEST 2017


Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/20575


Change subject: mb/lenovo/t430: Fix regression
......................................................................

mb/lenovo/t430: Fix regression

Fix regression introduced by commit 7ffb329f.

The default value for usb_always_on is no longer sane and is replaced
by the same default that is used on all other boards (disabled).

Change-Id: Ia8854a8491bc56507d01e08e1ca1e195a1d62bfc
Signed-off-by: Patrick Rudolph <siro at das-labor.org>
---
M src/mainboard/lenovo/t430/cmos.default
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/20575/1

diff --git a/src/mainboard/lenovo/t430/cmos.default b/src/mainboard/lenovo/t430/cmos.default
index ae19afb..60d9d5e 100644
--- a/src/mainboard/lenovo/t430/cmos.default
+++ b/src/mainboard/lenovo/t430/cmos.default
@@ -13,5 +13,5 @@
 sticky_fn=Disable
 trackpoint=Enable
 backlight=Both
-usb_always_on=Enable
+usb_always_on=Disable
 hybrid_graphics_mode=Integrated Only

-- 
To view, visit https://review.coreboot.org/20575
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia8854a8491bc56507d01e08e1ca1e195a1d62bfc
Gerrit-Change-Number: 20575
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Rudolph <siro at das-labor.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170714/1eab04a5/attachment.html>


More information about the coreboot-gerrit mailing list