From a911b758482025d46e132eeb2ed0279b65692075 Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Mon, 5 Feb 2024 19:18:43 -0500 Subject: mb/*: Remove old USB configurations from SNB/bd82x6x boards Remove USB configurations and data structures from northbridge devicetree (SNB+MRC boards) and bootblock/romstage C code (native-only SNB boards). All USB configurations are drawn from southbridge devicetree going forward. Change-Id: Ie1cd21077136998a6e90050c95263f2efed68a67 Signed-off-by: Keith Hui Reviewed-on: https://review.coreboot.org/c/coreboot/+/81882 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/mainboard/apple/macbookair4_2/early_init.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/mainboard/apple/macbookair4_2/early_init.c') diff --git a/src/mainboard/apple/macbookair4_2/early_init.c b/src/mainboard/apple/macbookair4_2/early_init.c index fc4b215344..8eeb48291a 100644 --- a/src/mainboard/apple/macbookair4_2/early_init.c +++ b/src/mainboard/apple/macbookair4_2/early_init.c @@ -1,24 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include -#include - -const struct southbridge_usb_port mainboard_usb_ports[] = { - { 1, 0, -1 }, /* USB HUB 1 */ - { 0, 0, -1 }, /* Unused */ - { 0, 0, -1 }, /* Unused */ - { 0, 0, -1 }, /* Unused */ - { 0, 0, -1 }, /* Unused */ - { 0, 0, -1 }, /* Unused */ - { 0, 0, -1 }, /* Unused */ - { 0, 0, -1 }, /* Unused */ - { 1, 0, -1 }, /* USB HUB 2 */ - { 1, 0, -1 }, /* Camera */ - { 0, 0, -1 }, /* Unused */ - { 0, 0, -1 }, /* Unused */ - { 0, 0, -1 }, /* Unused */ - { 0, 0, -1 }, /* Unused */ -}; void mb_get_spd_map(struct spd_info *spdi) { -- cgit v1.2.3