From a98b5bf89b39fede95c34bf81e9decc1e6b6d38f Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Mon, 25 Jun 2018 17:59:13 -0700 Subject: arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__ Some arm64 files that were imported from other projects use the __ASSEMBLY__ macro to test whether a header is included from a C or an assembly file. This patch switches them to the coreboot standard __ASSEMBLER__, which has the advantage of being a GCC builtin so that the including file doesn't have to supply it explicitly. Change-Id: I1023f72dd13857b14ce060388e97c658e748928f Signed-off-by: Julius Werner Reviewed-on: https://review.coreboot.org/27237 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/arch/arm64/transition_asm.S | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/arm64/transition_asm.S') diff --git a/src/arch/arm64/transition_asm.S b/src/arch/arm64/transition_asm.S index 8e61246db1..924a4bc388 100644 --- a/src/arch/arm64/transition_asm.S +++ b/src/arch/arm64/transition_asm.S @@ -53,7 +53,6 @@ * to be executed. */ -#define __ASSEMBLY__ #include #include #include -- cgit v1.2.3