Martin L Roth has submitted this change. ( 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 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 --- M src/mainboard/kontron/bsl6/romstage.c 1 file changed, 17 insertions(+), 5 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved
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 */