mb/kontron/bsl6/romstage.c: Clean up includes

Change-Id: Ie3a08799294729beec83faf819fb1f249c6461cd
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69329
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Elyes Haouas 2022-11-08 14:57:43 +01:00 committed by Martin L Roth
parent bbf6aef4e9
commit 48f9b8b773
1 changed files with 4 additions and 5 deletions

View File

@ -1,13 +1,12 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#include <option.h>
#include <stdint.h>
#include <string.h>
#include <assert.h> #include <assert.h>
#include <spd_bin.h>
#include <soc/romstage.h>
#include <fsp/soc_binding.h> #include <fsp/soc_binding.h>
#include <pc80/mc146818rtc.h> #include <pc80/mc146818rtc.h>
#include <soc/romstage.h>
#include <spd_bin.h>
#include <stdint.h>
#include <string.h>
#include <variant.h> #include <variant.h>
/* Rcomp resistor */ /* Rcomp resistor */