cmd: cache: Fix non-cached memory cachability
[oweals/u-boot.git] / cmd / spl.c
index 593989717fd71578a85be819eeeedf196aa0e59c..56051b8a4be926c8882b7a7e4909816375bf84b0 100644 (file)
--- a/cmd/spl.c
+++ b/cmd/spl.c
@@ -1,13 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2011
  * Corscience GmbH & Co. KG - Simon Schwarz <schwarz@corscience.de>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <command.h>
 #include <cmd_spl.h>
+#include <env.h>
 #include <linux/libfdt.h>
 
 DECLARE_GLOBAL_DATA_PTR;