
5 Jul
2021
5 Jul
'21
5:29 p.m.
On Thu, 1 Jul 2021 at 00:16, Sean Anderson seanga2@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@gmail.com
cmd/Kconfig | 10 ++++++ common/cli_lil.c | 83 +++++++++++++++++++++++++++--------------------- 2 files changed, 57 insertions(+), 36 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org