]> git.sur5r.net Git - u-boot/blobdiff - tools/prelink-riscv.inc
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / tools / prelink-riscv.inc
index c07d930f7ed24da4f16409565fdca03b06a4492f..d49258707da4b7b1c32eae05c68b4c042b9fd200 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2017 Andes Technology
  * Chih-Mao Chen <cmchen@andestech.com>
  *
- * SPDX-License-Identifier:     GPL-2.0+
- *
  * Statically process runtime relocations on RISC-V ELF images
  * so that it can be directly executed when loaded at LMA
  * without fixup. Both RV32 and RV64 are supported.