]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
riscv: CONFIG_SPL_FRAMEPOINTER must depend on CONFIG_SPL
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 11 Aug 2024 09:51:09 +0000 (11:51 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 10 Sep 2024 02:10:43 +0000 (10:10 +0800)
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>
arch/riscv/Kconfig

index fa3b016c52728862019c426f031262c40901ee51..4e228a659f2ca4b7c6bfe06cca01dd7aad831cf3 100644 (file)
@@ -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