commit | 5d5efec2dd38d82b53015b8332ad54f162c8a55a | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Tue Aug 30 16:40:37 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 15 09:55:30 2022 -0400 |
tree | c331ee5014fe5c7dcbd925cccb6379a9ed43afe5 | |
parent | f69c39d5054b46ebc031b588272e1c3535f10901 [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>