From 90af40f962b8c0a6a6a0fb4c8295995b7db1ac93 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Fri, 30 Sep 2016 12:36:03 +0200 Subject: arm(64): don't advertise stack_dumping capabilities for ARM64 The unwind code to support this feature is not there yet. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- arch/arm/include/asm/barebox.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/include/asm/barebox.h b/arch/arm/include/asm/barebox.h index 31a8e15630..5a6622235b 100644 --- a/arch/arm/include/asm/barebox.h +++ b/arch/arm/include/asm/barebox.h @@ -2,8 +2,10 @@ #define _BAREBOX_H_ 1 #ifdef CONFIG_ARM_UNWIND +#ifndef CONFIG_CPU_V8 #define ARCH_HAS_STACK_DUMP #endif +#endif #ifdef CONFIG_ARM_EXCEPTIONS #define ARCH_HAS_DATA_ABORT_MASK -- cgit v1.2.3