diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-04-25 20:00:38 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-16 02:39:32 +0000 |
commit | a618e11f1a170db9a2bc2d7556c6cb38db303e3c (patch) | |
tree | 59d321c1e80e82f7aaeb3f408914477e1cd4e200 /src/mainboard/ocp/tiogapass | |
parent | a1009da9020d3a569799901d5048f64e45831f1e (diff) |
mb/{google,ocp}: Remove unused <bootstate.h>
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Id4550842a31f89e7eb6c1543512794eeb5e24937
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63833
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@tutanota.com>
Diffstat (limited to 'src/mainboard/ocp/tiogapass')
-rw-r--r-- | src/mainboard/ocp/tiogapass/ramstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/ocp/tiogapass/ramstage.c b/src/mainboard/ocp/tiogapass/ramstage.c index 1439c3be0e..905bde1425 100644 --- a/src/mainboard/ocp/tiogapass/ramstage.c +++ b/src/mainboard/ocp/tiogapass/ramstage.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -#include <bootstate.h> #include <drivers/ipmi/ipmi_ops.h> #include <drivers/ocp/dmi/ocp_dmi.h> #include <soc/ramstage.h> |