]> Git Repo - u-boot.git/blobdiff - common/bootretry.c
dtoc: Tidy up more Python style in dtb_platdata
[u-boot.git] / common / bootretry.c
index b3b8271a92391d5f73a7a9c0d1202259aac9113c..dac891fbc5e3fa0cc01a15e811a2442518eee50c 100644 (file)
@@ -1,14 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2000
  * Wolfgang Denk, DENX Software Engineering, [email protected].
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <bootretry.h>
 #include <cli.h>
+#include <env.h>
 #include <errno.h>
+#include <time.h>
 #include <watchdog.h>
 
 #ifndef CONFIG_BOOT_RETRY_MIN
This page took 0.025264 seconds and 4 git commands to generate.