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>
This commit is contained in:
committed by
Leo Yu-Chi Liang
parent
bbbb2ef4a7
commit
aeff27c0aa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user