Attention is currently required from: Jonathon Hall.
Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79912?usp=email )
Change subject: tree: Remove duplicated includes ......................................................................
tree: Remove duplicated includes
Change-Id: I09dd5871cb366ef95410efc1ca6c4337f23b52fd Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/mainboard/google/dedede/variants/baseboard/ramstage.c M src/mainboard/purism/librem_l1um_v2/bootblock.c 2 files changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/79912/1
diff --git a/src/mainboard/google/dedede/variants/baseboard/ramstage.c b/src/mainboard/google/dedede/variants/baseboard/ramstage.c index d43d08f..e14e956 100644 --- a/src/mainboard/google/dedede/variants/baseboard/ramstage.c +++ b/src/mainboard/google/dedede/variants/baseboard/ramstage.c @@ -6,7 +6,6 @@ #include <drivers/usb/acpi/chip.h> #include <fw_config.h> #include <gpio.h> -#include <soc/pci_devs.h> #include <ec/google/chromeec/ec.h> #include <device/pci_ops.h> #include <intelblocks/power_limit.h> diff --git a/src/mainboard/purism/librem_l1um_v2/bootblock.c b/src/mainboard/purism/librem_l1um_v2/bootblock.c index d815669..58a22d2 100644 --- a/src/mainboard/purism/librem_l1um_v2/bootblock.c +++ b/src/mainboard/purism/librem_l1um_v2/bootblock.c @@ -12,7 +12,6 @@ #include "gpio.h" #include <gpio.h> #include <timer.h> -#include <delay.h>
static int64_t bmc_ready_elapsed = 0;