diff options
author | Vikas Manocha | 2018-08-31 16:57:06 -0700 |
---|---|---|
committer | Tom Rini | 2018-09-10 21:19:33 -0400 |
commit | d22336aad945f8f67e2c985cea9220c3a559b909 (patch) | |
tree | 4ac7a75fd8c1f0c98731c403f1c23f980624c6f2 /arch/arm/lib/relocate.S | |
parent | 680223a2da55d365f0bbc7207297fdb8569c30c2 (diff) |
arm: armv7m: clean up armv7m unified code compilation
unified syntax should be selected by config ARM_ASM_UNIFIED
Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
Diffstat (limited to 'arch/arm/lib/relocate.S')
-rw-r--r-- | arch/arm/lib/relocate.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/lib/relocate.S b/arch/arm/lib/relocate.S index c5b135db40e..e5f7267be19 100644 --- a/arch/arm/lib/relocate.S +++ b/arch/arm/lib/relocate.S @@ -6,6 +6,7 @@ */ #include <asm-offsets.h> +#include <asm/assembler.h> #include <config.h> #include <elf.h> #include <linux/linkage.h> |