summaryrefslogtreecommitdiff
path: root/arch/riscv/lib/reloc_riscv_efi.c
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2018-05-29 14:10:06 +0800
committerAndes <uboot@andestech.com>2018-05-29 14:44:21 +0800
commit7215787c4ea4b14ed2efbc9926c7ea539294a151 (patch)
tree025ed2a5009d49558c323b2b074a6401838d66fa /arch/riscv/lib/reloc_riscv_efi.c
parent6836adbe753b241499430812ec5ef41ba61bdd83 (diff)
SPDX: Convert single license tags to Linux Kernel style
Fix license tags problem after apply patchs about riscv: Enable efi_loader support. Signed-off-by: Rick Chen <rick@andestech.com> Signed-off-by: Rick Chen <rickchen36@gmail.com> Cc: Greentime Hu <green.hu@gmail.com>
Diffstat (limited to 'arch/riscv/lib/reloc_riscv_efi.c')
-rw-r--r--arch/riscv/lib/reloc_riscv_efi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/lib/reloc_riscv_efi.c b/arch/riscv/lib/reloc_riscv_efi.c
index d80ffc975c..8b4b2b1d8f 100644
--- a/arch/riscv/lib/reloc_riscv_efi.c
+++ b/arch/riscv/lib/reloc_riscv_efi.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
/* reloc_riscv.c - position independent ELF shared object relocator
Copyright (C) 2018 Alexander Graf <agraf@suse.de>
Copyright (C) 2014 Linaro Ltd. <ard.biesheuvel@linaro.org>