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:
parent
bbf6aef4e9
commit
48f9b8b773
|
@ -1,13 +1,12 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <option.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <spd_bin.h>
|
||||
#include <soc/romstage.h>
|
||||
#include <fsp/soc_binding.h>
|
||||
#include <pc80/mc146818rtc.h>
|
||||
#include <soc/romstage.h>
|
||||
#include <spd_bin.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <variant.h>
|
||||
|
||||
/* Rcomp resistor */
|
||||
|
|
Loading…
Reference in New Issue