Re: [PATCH] cli: Reduce size of readline buffers in SPL

2022-09-15 Thread Tom Rini
On Tue, Aug 30, 2022 at 04:40:37PM -0400, Sean Anderson wrote: > Normally, readline is not used int SPL. However, it may be useful to > enable the Freescale DDR interactive mode in SPL, while U-Boot is still > executing from SRAM. The default settings for readline result in a large > buffer being

Re: [PATCH] cli: Reduce size of readline buffers in SPL

2022-08-30 Thread Simon Glass
On Tue, 30 Aug 2022 at 14:40, Sean Anderson wrote: > > Normally, readline is not used int SPL. However, it may be useful to > enable the Freescale DDR interactive mode in SPL, while U-Boot is still > executing from SRAM. The default settings for readline result in a large > buffer being allocated.

[PATCH] cli: Reduce size of readline buffers in SPL

2022-08-30 Thread Sean Anderson
Normally, readline is not used int SPL. However, it may be useful to enable the Freescale DDR interactive mode in SPL, while U-Boot is still executing from SRAM. The default settings for readline result in a large buffer being allocated. Reduce the size of the maximum input line, and the number of