From 0cce14341a90de163464b5a8fa0d8f83827ff854 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Sun, 9 Jul 2017 17:09:39 +0200 Subject: mb/lenovo/t430: Disable `usb_always_on` by default in CMOS 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 Reviewed-on: https://review.coreboot.org/20575 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth --- src/mainboard/lenovo/t430/cmos.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mainboard/lenovo/t430/cmos.default b/src/mainboard/lenovo/t430/cmos.default index ae19afb3f4..60d9d5ee3e 100644 --- a/src/mainboard/lenovo/t430/cmos.default +++ b/src/mainboard/lenovo/t430/cmos.default @@ -13,5 +13,5 @@ fn_ctrl_swap=Disable sticky_fn=Disable trackpoint=Enable backlight=Both -usb_always_on=Enable +usb_always_on=Disable hybrid_graphics_mode=Integrated Only -- cgit v1.2.3