azure: Update for python3 and current pytest
[oweals/u-boot.git] / common / bootretry.c
index b3b8271a92391d5f73a7a9c0d1202259aac9113c..47aaaa82201ea60a9bf470d1771032f41c4f1766 100644 (file)
@@ -1,13 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2000
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <bootretry.h>
 #include <cli.h>
+#include <env.h>
 #include <errno.h>
 #include <watchdog.h>