commit | 59536123fd1867bbae6196a997537b6cb8fc448d | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Tue Aug 30 16:40:37 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 14 18:11:59 2022 -0400 |
tree | c33e4e1f59cd3424304f8c6f37add170028a62fd | |
parent | 8338ea5bc921d63a900e2b1c19e9fb0c4018b30c [diff] |
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: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Simon Glass <sjg@chromium.org>