From f0400e7d3f1bf7e6f8b5fa2ba371a24c39f91b0e Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Mon, 6 Feb 2023 11:14:57 -0700 Subject: mb/system76: Rename adl-p to adl The directory holds boards other than ADL-P, such as ADL-U and ADL-H. Change-Id: I8e1b67f83d649cd07645a4a519ba1bf2f6f5e7c6 Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/72802 Tested-by: build bot (Jenkins) Reviewed-by: Jeremy Soller --- src/mainboard/system76/adl-p/bootblock.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/mainboard/system76/adl-p/bootblock.c (limited to 'src/mainboard/system76/adl-p/bootblock.c') diff --git a/src/mainboard/system76/adl-p/bootblock.c b/src/mainboard/system76/adl-p/bootblock.c deleted file mode 100644 index 8d06adc9d7..0000000000 --- a/src/mainboard/system76/adl-p/bootblock.c +++ /dev/null @@ -1,9 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include -#include - -void bootblock_mainboard_early_init(void) -{ - mainboard_configure_early_gpios(); -} -- cgit v1.2.3