commit | 99e92108883d7928794d5371edd92d366359e3cc | [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 | 512d41cad26db830d122d46004ba9ed329228bca [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>