commit | 73e73f04b79480ff1ee9e73aa68794f3f9c0e047 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Aug 11 13:01:03 2024 +0200 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Sep 10 10:10:43 2024 +0800 |
tree | f3a0aa0126537a49651d83935d7dbd55655a06cd | |
parent | aeff27c0aa48de2a64603ef6c4c9d0561de8a754 [diff] |
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>