Merge branch '2019-10-28-azure-ci-support'
[oweals/u-boot.git] / cmd / load.c
index 519c309a61cda77dac4daf4d8b08e6dd9fcf3f50..713fe56b5557a08a2886f966216ed93f9a5ab2c7 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2000-2004
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /*
@@ -11,6 +10,7 @@
 #include <common.h>
 #include <command.h>
 #include <console.h>
+#include <env.h>
 #include <s_record.h>
 #include <net.h>
 #include <exports.h>