summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-06-14 10:02:08 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-07-26 21:38:22 +0000
commitdcc0bb9b620a52031d979eb45daa10bdd00874bf (patch)
treeac3f5d3e32b6ff77041038a699ef45436da35f27 /src/cpu
parent1b446cd4cf9446fd9e3d986fae854882e6e3c327 (diff)
downloadcoreboot-dcc0bb9b620a52031d979eb45daa10bdd00874bf.tar.xz
cpu/intel/car/romstage.c: Remove unused <bootblock_common.h>
Change-Id: Ib47497cf8576063d42bc4a1dd2cc2e0fc56868d3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42350 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/intel/car/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/intel/car/romstage.c b/src/cpu/intel/car/romstage.c
index a955d8c3c7..4b4a4abef3 100644
--- a/src/cpu/intel/car/romstage.c
+++ b/src/cpu/intel/car/romstage.c
@@ -2,7 +2,6 @@
#include <arch/cpu.h>
#include <arch/romstage.h>
-#include <bootblock_common.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
#include <arch/symbols.h>