Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/85938?usp=email )
Change subject: mb/biostar/th61-itx: Drop early_init.c ......................................................................
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 buurin@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/85938 Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de Reviewed-by: Nicholas Chin nic.c3.14@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Elyes Haouas ehaouas@noos.fr --- D src/mainboard/biostar/th61-itx/early_init.c 1 file changed, 0 insertions(+), 20 deletions(-)
Approvals: Felix Singer: Looks good to me, approved Nicholas Chin: Looks good to me, approved build bot (Jenkins): Verified Elyes Haouas: Looks good to me, approved
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 c8d6471..0000000 --- a/src/mainboard/biostar/th61-itx/early_init.c +++ /dev/null @@ -1,20 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include <southbridge/intel/bd82x6x/pch.h> - -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 }, -};