]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commitaeff27c0aa48de2a64603ef6c4c9d0561de8a754
treed742d52a2313aeb3a2659b1a80be5cc7363a5b82
parentbbbb2ef4a7e8ea2f0300765b4a560053e5ffa669
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>
arch/riscv/Kconfig