cmd: cache: Fix non-cached memory cachability
[oweals/u-boot.git] / cmd / spl.c
index 3b8992a16364c8a3f9e6c234bbc5870554673d19..56051b8a4be926c8882b7a7e4909816375bf84b0 100644 (file)
--- a/cmd/spl.c
+++ b/cmd/spl.c
@@ -1,14 +1,14 @@
+// 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 <libfdt.h>
+#include <env.h>
+#include <linux/libfdt.h>
 
 DECLARE_GLOBAL_DATA_PTR;