diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-07-11 09:22:02 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-07-15 02:26:52 +0000 |
commit | b56224408ef6ff152ba1544ea6c38cad26576c97 (patch) | |
tree | a3c3d7c6a6c7f9322f18726fe40b608c23042494 /src/soc/intel/apollolake | |
parent | 9fe5dde68d8f07a1f78785f48fc39e6acdc98e6b (diff) |
src: Use '#include <timestamp.h>' when needed
Change-Id: Ic0483982e8115ae99367d08d8ed77b8a316f5405
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34231
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake')
-rw-r--r-- | src/soc/intel/apollolake/bootblock/bootblock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/bootblock/bootblock.c b/src/soc/intel/apollolake/bootblock/bootblock.c index ac6903a9d2..7b4eaef430 100644 --- a/src/soc/intel/apollolake/bootblock/bootblock.c +++ b/src/soc/intel/apollolake/bootblock/bootblock.c @@ -35,7 +35,6 @@ #include <soc/pci_devs.h> #include <soc/pm.h> #include <spi-generic.h> -#include <timestamp.h> static const struct pad_config tpm_spi_configs[] = { #if CONFIG(SOC_INTEL_GLK) |