From faa19a51696908bf2cdd1326eab9353f42902294 Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Sat, 11 Jan 2025 15:54:20 -0500 Subject: [PATCH] mb/biostar/th61-itx: Drop early_init.c It only contains old USB port configurations which has been unused as of commit a911b7584820 ("mb/*: Remove old USB configurations from SNB/IVB boards") and left out of the build since around that time. Change-Id: I768ace8e3f0486a0dc601a3e90084432280c6fef Signed-off-by: Keith Hui Reviewed-on: https://review.coreboot.org/c/coreboot/+/85938 Reviewed-by: Felix Singer Reviewed-by: Nicholas Chin Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas --- src/mainboard/biostar/th61-itx/early_init.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/mainboard/biostar/th61-itx/early_init.c diff --git a/src/mainboard/biostar/th61-itx/early_init.c b/src/mainboard/biostar/th61-itx/early_init.c deleted file mode 100644 index c8d6471779..0000000000 --- a/src/mainboard/biostar/th61-itx/early_init.c +++ /dev/null @@ -1,20 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include - -const struct southbridge_usb_port mainboard_usb_ports[] = { - { 1, 0, 0 }, - { 1, 0, 0 }, - { 1, 0, 1 }, - { 1, 0, 1 }, - { 1, 0, 2 }, - { 1, 0, 2 }, - { 1, 0, 3 }, - { 1, 0, 3 }, - { 1, 0, 4 }, - { 1, 0, 4 }, - { 1, 0, 6 }, - { 1, 0, 5 }, - { 1, 0, 5 }, - { 1, 0, 6 }, -};