]> git.sur5r.net Git - u-boot/blobdiff - tools/prelink-riscv.c
Merge git://git.denx.de/u-boot-dm
[u-boot] / tools / prelink-riscv.c
index 632d2da6baae65ec891957f1995d4383ebb4db9e..52eb78e9d061298cf8fd0253c3ee2dcc6f6da3db 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.