From 0e912dad52d30443053a2057b6eae447bd700fb3 Mon Sep 17 00:00:00 2001 From: Jerome Forissier Date: Wed, 23 Aug 2023 17:16:42 +0200 Subject: [PATCH] core: linker.h: replace __arm__ with ARM32 We use ARM32 and ARM64 throughout the core code, not __arm__ and __aarch64__, so replace the occurrence of __arm__ that is in linker.h. Signed-off-by: Jerome Forissier --- core/include/kernel/linker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/include/kernel/linker.h b/core/include/kernel/linker.h index 8b3c5ec2550..949ffd8cba6 100644 --- a/core/include/kernel/linker.h +++ b/core/include/kernel/linker.h @@ -12,7 +12,7 @@ * Symbols exported by the link script. */ -#ifdef __arm__ +#ifdef ARM32 /* * These addresses will be the start or end of the exception binary search