Re: [PATCH 1/2] riscv: allow to enable SHOW_REGS in main U-Boot only

2024-08-12 Thread Leo Liang
On Sun, Aug 11, 2024 at 01:01:03PM +0200, Heinrich Schuchardt wrote: > [EXTERNAL MAIL] > > 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

[PATCH 1/2] riscv: allow to enable SHOW_REGS in main U-Boot only

2024-08-11 Thread Heinrich Schuchardt
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 --- arch/riscv/Kconfig | 12 arch/risc