From 9f2eca50eaeb8a1b2d53867e8659d889f5ac5ad5 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sun, 17 Nov 2019 01:27:54 +0100 Subject: mb/hp/revolve_810_g1: Don't clear BUC and beyond The BUC register is actually 8 bits wide and shouldn't be bluntly cleared. Change-Id: I2ffd2d161005e839e730102b56af4f66efeb551e Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/36892 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Arthur Heymans --- src/mainboard/hp/revolve_810_g1/early_init.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mainboard/hp/revolve_810_g1/early_init.c b/src/mainboard/hp/revolve_810_g1/early_init.c index b464ce3daa..1245201963 100644 --- a/src/mainboard/hp/revolve_810_g1/early_init.c +++ b/src/mainboard/hp/revolve_810_g1/early_init.c @@ -25,11 +25,6 @@ #include #include -void mainboard_late_rcba_config(void) -{ - RCBA32(BUC) = 0x00000000; -} - const struct southbridge_usb_port mainboard_usb_ports[] = { { 1, 1, 0 }, { 1, 0, 0 }, -- cgit v1.2.3