X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fprelink-riscv.c;h=52eb78e9d061298cf8fd0253c3ee2dcc6f6da3db;hb=9a66328a37e3b31dbe646ef3668b60466e8abd9a;hp=632d2da6baae65ec891957f1995d4383ebb4db9e;hpb=3dde8f20377c3a051dda64497bdf0cdb23e03a2d;p=u-boot diff --git a/tools/prelink-riscv.c b/tools/prelink-riscv.c index 632d2da6ba..52eb78e9d0 100644 --- a/tools/prelink-riscv.c +++ b/tools/prelink-riscv.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2017 Andes Technology * Chih-Mao Chen * - * 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.