summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-03-02 12:15:58 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-03 09:19:37 +0100
commit5b8bb2f94650da66cf4510cc04afb324697dcc3e (patch)
tree6d2df3de0dab2d4cbd82e62ccfac5c05ad6e0866 /arch/sandbox
parent2a49488d9edb00d52981971604f05a337f76b156 (diff)
downloadbarebox-5b8bb2f94650da66cf4510cc04afb324697dcc3e.tar.gz
barebox-5b8bb2f94650da66cf4510cc04afb324697dcc3e.tar.xz
ARM: drop CONFIG_HAS_ASM_DEBUG_LL
When CONFIG_HAS_ASM_DEBUG_LL is set then include/debug_ll.h includes asm/debug_ll.h, otherwise it includes mach/debug_ll.h. Drop this option and instead always include asm/debug_ll.h and include mach/debug_ll.h from there if necessary. This also adds the missing asm/debug_ll.h for architectures which previously did not have that file. Link: https://lore.barebox.org/20230302111606.1054037-6-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig
index 366a1d0b52..31c4484cf1 100644
--- a/arch/sandbox/Kconfig
+++ b/arch/sandbox/Kconfig
@@ -16,7 +16,7 @@ config SANDBOX
select ARCH_HAS_STACK_DUMP if ASAN
select GENERIC_FIND_NEXT_BIT
select ARCH_HAS_SJLJ
- select HAS_ASM_DEBUG_LL
+ select HAS_DEBUG_LL
default y
config ARCH_TEXT_BASE