commit | 0639049aef1e9ff63cf7d4261bd0452c1304b577 | [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 | 6210f6de25572a23390c06c300bf555883491439 [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>