Merge tag 'arc-updates-for-2018.09-rc2' of git://git.denx.de/u-boot-arc
[platform/kernel/u-boot.git] / tools / prelink-riscv.inc
index c07d930..d492587 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.