aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/beltino/bootblock.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-12 00:38:08 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-12 23:21:57 +0000
commit26f25d7105dd1764ef7a23d0cd4f1637c07d85d3 (patch)
tree533c351f9147b331b4e8aea42b252b07bddc1d65 /src/mainboard/google/beltino/bootblock.c
parent637f941f66441bb184d193eff3afe70702f0c1a5 (diff)
mb/google/beltino/bootblock.c: Drop unused include
Change-Id: I2994b8bf5521b539a9f3585a3221452b1807837a Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43366 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/mainboard/google/beltino/bootblock.c')
-rw-r--r--src/mainboard/google/beltino/bootblock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/beltino/bootblock.c b/src/mainboard/google/beltino/bootblock.c
index c52059bcdc..a68b03fdf2 100644
--- a/src/mainboard/google/beltino/bootblock.c
+++ b/src/mainboard/google/beltino/bootblock.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <stdint.h>
#include <southbridge/intel/lynxpoint/pch.h>
#include <superio/ite/common/ite.h>
#include <superio/ite/it8772f/it8772f.h>