[RFC PATCH 04/28] cli: lil: Remove most functions by default
Simon Glass
sjg at chromium.org
Mon Jul 5 17:29:47 CEST 2021
On Thu, 1 Jul 2021 at 00:16, Sean Anderson <seanga2 at gmail.com> wrote:
>
> This helps reduce the size impact of LIL to approximately that of hush. The
> builtin functions have been chosen to roughly match the functionality
> present in hush. In addition, arithmetic is removed from expr to reduce
> size further.
>
> Signed-off-by: Sean Anderson <seanga2 at gmail.com>
> ---
>
> cmd/Kconfig | 10 ++++++
> common/cli_lil.c | 83 +++++++++++++++++++++++++++---------------------
> 2 files changed, 57 insertions(+), 36 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list