Re: [RFC PATCH 04/28] cli: lil: Remove most functions by default

2021-07-05 Thread Simon Glass
On Thu, 1 Jul 2021 at 00:16, Sean Anderson 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. > > Si

[RFC PATCH 04/28] cli: lil: Remove most functions by default

2021-06-30 Thread Sean Anderson
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 --- cmd/Kconfig | 10 ++