Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69329 )
Change subject: mb/kontron/bsl6/romstage.c: Clean up includes ......................................................................
mb/kontron/bsl6/romstage.c: Clean up includes
Change-Id: Ie3a08799294729beec83faf819fb1f249c6461cd Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/mainboard/kontron/bsl6/romstage.c 1 file changed, 14 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/69329/1
diff --git a/src/mainboard/kontron/bsl6/romstage.c b/src/mainboard/kontron/bsl6/romstage.c index f0c1db0..1691764 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 */