summaryrefslogtreecommitdiff
path: root/arch/riscv
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-08-11 11:51:09 +0200
committerLeo Yu-Chi Liang <ycliang@andestech.com>2024-09-10 10:10:43 +0800
commitaeff27c0aa48de2a64603ef6c4c9d0561de8a754 (patch)
treed742d52a2313aeb3a2659b1a80be5cc7363a5b82 /arch/riscv
parentbbbb2ef4a7e8ea2f0300765b4a560053e5ffa669 (diff)
downloadu-boot-aeff27c0aa48de2a64603ef6c4c9d0561de8a754.tar.gz
u-boot-aeff27c0aa48de2a64603ef6c4c9d0561de8a754.tar.bz2
u-boot-aeff27c0aa48de2a64603ef6c4c9d0561de8a754.zip
riscv: CONFIG_SPL_FRAMEPOINTER must depend on CONFIG_SPL
The CONFIG_SPL_FRAMEPOINTER symbol is only relevant in SPL. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com> Reviewed-by: Ben Dooks <ben.dooks@codethink.co.uk>
Diffstat (limited to 'arch/riscv')
-rw-r--r--arch/riscv/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index fa3b016c52..4e228a659f 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -133,6 +133,7 @@ config FRAMEPOINTER
config SPL_FRAMEPOINTER
bool "Build SPL with frame pointer for stack unwinding"
+ depends on SPL
help
Choose this option to use the frame pointer so the stack can be
unwound if needed. This is useful for tracing where faults came