From 0013623b7c976b8f79778cecf3f146dc7aeab6e9 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Wed, 27 May 2020 08:31:26 -0600 Subject: mb/google/dragonegg: remove abandoned project Dragonegg is no longer in development nor used. Remove it. Change-Id: Ida30dba662bc517671824f8b70b73b4856836e97 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/c/coreboot/+/41783 Reviewed-by: Angel Pons Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/google/dragonegg/bootblock.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/mainboard/google/dragonegg/bootblock.c (limited to 'src/mainboard/google/dragonegg/bootblock.c') diff --git a/src/mainboard/google/dragonegg/bootblock.c b/src/mainboard/google/dragonegg/bootblock.c deleted file mode 100644 index 22d63b973c..0000000000 --- a/src/mainboard/google/dragonegg/bootblock.c +++ /dev/null @@ -1,15 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include -#include -#include -#include - -void bootblock_mainboard_init(void) -{ - const struct pad_config *pads; - size_t num; - - pads = variant_early_gpio_table(&num); - gpio_configure_pads(pads, num); -} -- cgit v1.2.3