diff options
author | Rick Chen <rick@andestech.com> | 2018-05-29 14:10:06 +0800 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2018-05-29 14:44:21 +0800 |
commit | 7215787c4ea4b14ed2efbc9926c7ea539294a151 (patch) | |
tree | 025ed2a5009d49558c323b2b074a6401838d66fa /arch/riscv/include | |
parent | 6836adbe753b241499430812ec5ef41ba61bdd83 (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/include')
-rw-r--r-- | arch/riscv/include/asm/setjmp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/riscv/include/asm/setjmp.h b/arch/riscv/include/asm/setjmp.h index 01ad6d081f..72383d4330 100644 --- a/arch/riscv/include/asm/setjmp.h +++ b/arch/riscv/include/asm/setjmp.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2018 Alexander Graf <agraf@suse.de> - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _SETJMP_H_ |