Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/36818 )
Change subject: mb/facebook/fbg1701: Removed unused include file ......................................................................
mb/facebook/fbg1701: Removed unused include file
Removed unused include file.
BUG=N/A TEST=build
Change-Id: I040b695a893b51de06f9658abdca8867727f053d Signed-off-by: Wim Vervoorn wvervoorn@eltan.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/36818 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Georgi pgeorgi@google.com Reviewed-by: Frans Hendriks fhendriks@eltan.com --- M src/mainboard/facebook/fbg1701/board_verified_boot.h 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved Frans Hendriks: Looks good to me, approved
diff --git a/src/mainboard/facebook/fbg1701/board_verified_boot.h b/src/mainboard/facebook/fbg1701/board_verified_boot.h index 30fcd8b..0f79579 100644 --- a/src/mainboard/facebook/fbg1701/board_verified_boot.h +++ b/src/mainboard/facebook/fbg1701/board_verified_boot.h @@ -16,7 +16,6 @@ #ifndef BOARD_VERIFIED_BOOT_H #define BOARD_VERIFIED_BOOT_H
-#include <soc/romstage.h> #include <vboot_check.h> #include "onboard.h"