Skip to content
Commit 59536123 authored by Sean Anderson's avatar Sean Anderson Committed by Tom Rini
Browse files

cli: Reduce size of readline buffers in SPL



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 lines of scrollback when building for SPL.

Signed-off-by: default avatarSean Anderson <sean.anderson@seco.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 8338ea5b
Loading
Loading
Loading
Loading