diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-11-08 14:57:43 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-11-10 00:21:05 +0000 |
commit | 48f9b8b773b1b87a69c2f1c6640f173de6e320e1 (patch) | |
tree | 012c9e1df7060c3f43fbab7548b91c8d6cea87b0 /src/mainboard/kontron | |
parent | bbf6aef4e98081e5a6ccb77bc1d080c0d2eb434e (diff) |
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>
Diffstat (limited to 'src/mainboard/kontron')
-rw-r--r-- | src/mainboard/kontron/bsl6/romstage.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mainboard/kontron/bsl6/romstage.c b/src/mainboard/kontron/bsl6/romstage.c index f0c1db0954..169176486f 100644 --- a/src/mainboard/kontron/bsl6/romstage.c +++ b/src/mainboard/kontron/bsl6/romstage.c @@ -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 */ |