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>
This commit is contained in:
committed by
Kyösti Mälkki
parent
b1434fce01
commit
28b38cd365
@@ -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>
|
||||
|
||||
|
@@ -16,10 +16,10 @@
|
||||
#ifndef __SECURITY_VBOOT_CRTM_H__
|
||||
#define __SECURITY_VBOOT_CRTM_H__
|
||||
|
||||
#include <commonlib/cbfs.h>
|
||||
#include <program_loading.h>
|
||||
#include <security/tpm/tspi.h>
|
||||
#include <types.h>
|
||||
#include <cbfs.h>
|
||||
|
||||
/* CRTM */
|
||||
#define TPM_CRTM_PCR 2
|
||||
|
Reference in New Issue
Block a user