]> git.dujemihanovic.xyz Git - u-boot.git/commit
riscv: allow to enable SHOW_REGS in main U-Boot only
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 11 Aug 2024 11:01:03 +0000 (13:01 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 10 Sep 2024 02:10:43 +0000 (10:10 +0800)
commit73e73f04b79480ff1ee9e73aa68794f3f9c0e047
treef3a0aa0126537a49651d83935d7dbd55655a06cd
parentaeff27c0aa48de2a64603ef6c4c9d0561de8a754
riscv: allow to enable SHOW_REGS in main U-Boot only

To minimize SPL size it is reasonable to disable SHOW_REGS. For main U-Boot
the size restrictions are much more relaxed.

* Provide separate Kconfig symbols for SPL and main U-Boot.
* Add a help text.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/Kconfig
arch/riscv/lib/interrupts.c