X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fprelink-riscv.inc;h=d49258707da4b7b1c32eae05c68b4c042b9fd200;hb=fe6ef1e9bacac98747e8b88d6a7f786db511a8d6;hp=c07d930f7ed24da4f16409565fdca03b06a4492f;hpb=8e9801c283c0e5a7ccd5c04f5ba09003d01f1591;p=u-boot diff --git a/tools/prelink-riscv.inc b/tools/prelink-riscv.inc index c07d930f7e..d49258707d 100644 --- a/tools/prelink-riscv.inc +++ b/tools/prelink-riscv.inc @@ -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.