Skip to content

Commit

Permalink
riscv: CONFIG_SPL_FRAMEPOINTER must depend on CONFIG_SPL
Browse files Browse the repository at this point in the history
The CONFIG_SPL_FRAMEPOINTER symbol is only relevant in SPL.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Reviewed-by: Ben Dooks <[email protected]>
  • Loading branch information
xypron authored and Leo Yu-Chi Liang committed Sep 10, 2024
1 parent bbbb2ef commit aeff27c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/riscv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aeff27c

Please sign in to comment.