[PATCH 02/13] arm: Don't select ARM_ASM_UNIFIED on arm64
Jiaxun Yang
jiaxun.yang at flygoat.com
Sun May 19 14:56:47 CEST 2024
We don't have thumb on arm64, so that's pointless and causing
problems on some headers.
Signed-off-by: Jiaxun Yang <jiaxun.yang at flygoat.com>
---
arch/arm/Kconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 39ad03acd2e4..46c0d33b3c6e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -152,8 +152,7 @@ config GPIO_EXTRA_HEADER
# Used for compatibility with asm files copied from the kernel
config ARM_ASM_UNIFIED
- bool
- default y
+ def_bool !ARM64
# Used for compatibility with asm files copied from the kernel
config THUMB2_KERNEL
--
2.43.0
More information about the U-Boot
mailing list