mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] sandbox: enable frame pointers unconditionally
@ 2024-05-17  7:48 Ahmad Fatoum
  2024-05-21  6:21 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2024-05-17  7:48 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

We have no size constraints on sandbox, so enable frame pointers for
easier debugging.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 arch/sandbox/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig
index 3419b6e4f686..d82027e75047 100644
--- a/arch/sandbox/Kconfig
+++ b/arch/sandbox/Kconfig
@@ -19,6 +19,7 @@ config SANDBOX
 	select ARCH_HAS_CTRLC
 	select HAS_DEBUG_LL
 	select ARCH_DMA_DEFAULT_COHERENT
+	select ARCH_WANT_FRAME_POINTERS
 	default y
 
 config ARCH_TEXT_BASE
-- 
2.39.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-21  6:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-17  7:48 [PATCH] sandbox: enable frame pointers unconditionally Ahmad Fatoum
2024-05-21  6:21 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox