HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/32711
Change subject: soc/intel/braswell: Remove unused include <timestamp.h> ......................................................................
soc/intel/braswell: Remove unused include <timestamp.h>
Change-Id: Ied645a583f78bc47c8358240acd639132fd499db Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/intel/braswell/romstage/romstage.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/32711/1
diff --git a/src/soc/intel/braswell/romstage/romstage.c b/src/soc/intel/braswell/romstage/romstage.c index 342b05c..22b0df2 100644 --- a/src/soc/intel/braswell/romstage/romstage.c +++ b/src/soc/intel/braswell/romstage/romstage.c @@ -29,7 +29,6 @@ #include <elog.h> #include <mrc_cache.h> #include <string.h> -#include <timestamp.h> #include <vendorcode/google/chromeos/chromeos.h> #include <fsp/util.h> #include <soc/gpio.h>