]> git.sur5r.net Git - u-boot/blobdiff - cmd/lzmadec.c
spi: cadence_qspi: Fix warning cast from pointer to integer of different size
[u-boot] / cmd / lzmadec.c
index 1b482edb587dc3fd8a8c4a0b92f5f6295d0f897b..6860b5f75856bf23b33e90eb4b56712e7c921c5a 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2013 Patrice Bouchand <pbfwdlist_gmail_com>
  * lzma uncompress command in Uboot
@@ -6,8 +7,6 @@
  *
  * (C) Copyright 2000
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>