diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-04-14 11:10:23 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-18 10:29:17 -0400 |
commit | c54bcf6805cc6762cb998751b8e005f39ee1dad1 (patch) | |
tree | d2ec5cc578ee63c8f6fc675bbd60d01eea69c570 /arch/arm/include/asm/opcodes.h | |
parent | c2da86f39ed6cbccccc2736bdc421fd606734232 (diff) |
ARM: adjust arm-smccc code for use in U-Boot
Adjust ARM SMC Calling Convention code for U-Boot:
- Replace the license block with SPDX
- Change path to asm-offsets.h
- Define UNWIND() as no-op
- Add Kconfig entry
- Add asm-offsets
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/include/asm/opcodes.h')
-rw-r--r-- | arch/arm/include/asm/opcodes.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/include/asm/opcodes.h b/arch/arm/include/asm/opcodes.h index e796c59851..199f0ba045 100644 --- a/arch/arm/include/asm/opcodes.h +++ b/arch/arm/include/asm/opcodes.h @@ -1,9 +1,7 @@ /* * arch/arm/include/asm/opcodes.h * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. + * SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_ARM_OPCODES_H |