commit | 0de448d03254617a902bc6081a7aba214b54b69d | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Dec 02 21:52:31 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 20 10:46:54 2023 -0500 |
tree | 21f4d75dbec7d6c9b278964635036622c69bef72 | |
parent | 400cb2a850546e8cc9246cf97f0902ffe57867ab [diff] |
command: Move command completion temporary buffer to stack The command completion temporary buffer seems to be only used by the argv tokenizer, move it to stack. This saves 2 kiB from the binary size (depends on configuration) per: $ aarch64-linux-gnu-readelf -s u-boot | sort -n -k 3 Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Simon Glass <sjg@chromium.org>