aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/bootblock
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-21 08:14:07 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-12-26 10:45:37 +0000
commit4200a5226305f91e996e415348dcfb7607be4a59 (patch)
tree30696cd742fc51e09f11f49730c6911b185212ef /src/soc/intel/skylake/bootblock
parenta8a7374e843bae6c98ad242d2870bef6043d165d (diff)
src: Remove unused include <string.h>
Change-Id: Ic6b66dd8fa387e67bb0ce609fb7e2553eeb66b3c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37888 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/skylake/bootblock')
-rw-r--r--src/soc/intel/skylake/bootblock/report_platform.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/bootblock/report_platform.c b/src/soc/intel/skylake/bootblock/report_platform.c
index b0b416e1a0..4a519cfdc2 100644
--- a/src/soc/intel/skylake/bootblock/report_platform.c
+++ b/src/soc/intel/skylake/bootblock/report_platform.c
@@ -27,7 +27,6 @@
#include <soc/pch.h>
#include <soc/pci_devs.h>
#include <soc/systemagent.h>
-#include <string.h>
static struct {
u32 cpuid;