]> git.sur5r.net Git - u-boot/blobdiff - cmd/spl.c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / cmd / spl.c
index 3b8992a16364c8a3f9e6c234bbc5870554673d19..038f48818d9403762c3fad4a6aee83b823639212 100644 (file)
--- a/cmd/spl.c
+++ b/cmd/spl.c
@@ -1,14 +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 <libfdt.h>
+#include <linux/libfdt.h>
 
 DECLARE_GLOBAL_DATA_PTR;