diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-18 11:30:08 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-19 17:14:39 +0000 |
commit | 28b38cd365ac709d02bc59701cb6b05f905abef6 (patch) | |
tree | fcf82c1b1eccaf4684f378b330b757b39b648d5d /src/security/vboot/vboot_crtm.c | |
parent | b1434fce01c31e7ed3ce6623a2fae635381b0b4b (diff) |
src: Drop unused 'include <cbfs.h>'
Change-Id: If5c5ebacd103d7e1f09585cc4c52753b11ce84d0
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31953
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/security/vboot/vboot_crtm.c')
-rw-r--r-- | src/security/vboot/vboot_crtm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/security/vboot/vboot_crtm.c b/src/security/vboot/vboot_crtm.c index f4a6d7519f..077946a04e 100644 --- a/src/security/vboot/vboot_crtm.c +++ b/src/security/vboot/vboot_crtm.c @@ -15,6 +15,7 @@ #include <console/console.h> #include <fmap.h> +#include <cbfs.h> #include <security/vboot/vboot_crtm.h> #include <security/vboot/misc.h> |