summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-03-22 14:39:14 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-03-23 12:16:26 +0100
commitf03e09ab2444756b85af33674fab71dab9eeab19 (patch)
tree63285b00b8848216df48825377da2b97fd41af8e
parent22a41fca64e1184ccc954a23bb75e7dc0614670c (diff)
downloadbarebox-f03e09ab2444756b85af33674fab71dab9eeab19.tar.gz
barebox-f03e09ab2444756b85af33674fab71dab9eeab19.tar.xz
RISC-V: support symbol names in barebox image
Make debugging a bit more convenient by providing users the option to include symbol names. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/riscv/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 4a2a547a7b..91e8546f96 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -11,6 +11,7 @@ config RISCV
select HAVE_PBL_IMAGE
select HAVE_PBL_MULTI_IMAGES
select HAVE_IMAGE_COMPRESSION
+ select HAS_KALLSYMS
config ARCH_TEXT_BASE
hex