]> git.sur5r.net Git - u-boot/blobdiff - common/boot_fit.c
common: print \n in initr_scsi()
[u-boot] / common / boot_fit.c
index add65c4baed7431be4c605e9189ef748eabccdca..ffa4d740eb3e9923e3a6ec1fb14f3f6d4ad8aa78 100644 (file)
@@ -1,17 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2017
  * Texas Instruments, <www.ti.com>
  *
  * Franklin S Cooper Jr. <fcooper@ti.com>
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #include <boot_fit.h>
 #include <common.h>
 #include <errno.h>
 #include <image.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 
 static int fdt_offset(const void *fit)
 {