From f03e09ab2444756b85af33674fab71dab9eeab19 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 22 Mar 2021 14:39:14 +0100 Subject: 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 Signed-off-by: Sascha Hauer --- arch/riscv/Kconfig | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3