From 4ebf9d359da52779427b544537f17d1753260351 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Mon, 15 Oct 2018 09:53:23 +0200 Subject: mb/lenovo/*/romstage: Remove explicit power-on defaults Change-Id: Ib359e4039f87bb87faac040f24f70cc0988c0ea8 Signed-off-by: Peter Lemenkov Reviewed-on: https://review.coreboot.org/29107 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- src/mainboard/lenovo/l520/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/lenovo/l520') diff --git a/src/mainboard/lenovo/l520/romstage.c b/src/mainboard/lenovo/l520/romstage.c index 89bc8ef787..9bfe54aacb 100644 --- a/src/mainboard/lenovo/l520/romstage.c +++ b/src/mainboard/lenovo/l520/romstage.c @@ -38,8 +38,8 @@ void pch_enable_lpc(void) void mainboard_rcba_config(void) { - RCBA32(0x3414) = 0x00000000; } + const struct southbridge_usb_port mainboard_usb_ports[] = { { 1, 0, -1 }, { 1, 0, -1 }, -- cgit v1.2.3