diff options
author | Wim Vervoorn <wvervoorn@eltan.com> | 2019-11-13 16:58:57 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-15 10:52:01 +0000 |
commit | 85e680a94a16b724f7482ab4f601047c91f31870 (patch) | |
tree | 3ec3e92d7927d176a9310bf881823bce2a5538c4 /src/mainboard/facebook | |
parent | 5ec8069f8087b4c0b5a12df19a45d49613f1d984 (diff) |
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>
Diffstat (limited to 'src/mainboard/facebook')
-rw-r--r-- | src/mainboard/facebook/fbg1701/board_verified_boot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/facebook/fbg1701/board_verified_boot.h b/src/mainboard/facebook/fbg1701/board_verified_boot.h index 30fcd8b1c2..0f79579050 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" |