arm64: zynqmp: Enables SPI_FLASH_BAR
[oweals/u-boot.git] / common / update.c
index ef61790f4bc83e190ed5dc10ad4161bd71ba55cf..457b29f42aa398a934eef4eca4c1825d8f2a2463 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2008 Semihalf
  *
  * Written by: Rafal Czubak <rcz@semihalf.com>
  *             Bartlomiej Sieka <tur@semihalf.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -18,6 +17,7 @@
 #endif
 
 #include <command.h>
+#include <env.h>
 #include <flash.h>
 #include <net.h>
 #include <net/tftp.h>