aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-09 13:11:07 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-09 22:23:16 +0000
commit520dae19ea5d4da03b9c8a3e92da91d6d3556663 (patch)
treef27735595e58ce1d27b6951cf564d75ae67c613b /src/mainboard
parent54c9bf8e12240c8f91566b80462a8f8bdf1a5c16 (diff)
tree: Drop unused <delay.h>
Change-Id: I265e427254ce9f735e65b0631c43f98bc778a34f Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81812 Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com> Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/cherry/mainboard.c1
-rw-r--r--src/mainboard/purism/librem_jsl/bootblock.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/cherry/mainboard.c b/src/mainboard/google/cherry/mainboard.c
index 0e78f62a87..19638c97f6 100644
--- a/src/mainboard/google/cherry/mainboard.c
+++ b/src/mainboard/google/cherry/mainboard.c
@@ -3,7 +3,6 @@
#include <boardid.h>
#include <bootmode.h>
#include <console/console.h>
-#include <delay.h>
#include <device/device.h>
#include <device/mmio.h>
#include <ec/google/chromeec/ec.h>
diff --git a/src/mainboard/purism/librem_jsl/bootblock.c b/src/mainboard/purism/librem_jsl/bootblock.c
index e97fc4d986..e0f480e8ce 100644
--- a/src/mainboard/purism/librem_jsl/bootblock.c
+++ b/src/mainboard/purism/librem_jsl/bootblock.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootblock_common.h>
-#include <delay.h>
#include <device/pci_ops.h>
#include <ec/acpi/ec.h>
#include <gpio.h>