[U-Boot] [PATCH v2 1/9] moveconfig: expand simple expressions

Heiko Schocher hs at denx.de
Thu Jun 13 03:30:29 UTC 2019


Hello Markus,

Am 15.05.2019 um 15:15 schrieb Markus Klotzbuecher:
> From: Markus Klotzbuecher <markus.klotzbuecher at kistler.com>
> 
> Add support for expanding simple expressions and sizes such as
> "(4 * 1024)", "(512 << 10)" or "(SZ_256K)".
> 
> This can help to significantly reduce the number of "suspicious"
> moves, such as
> 
>   'CONFIG_ENV_SIZE="(64 << 10)"' was removed by savedefconfig.
> 
> If the expansion fails, it falls back to the original string.
> 
> Signed-off-by: Markus Klotzbuecher <markus.klotzbuecher at kistler.com>
> Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
> Cc: Heiko Schocher <hs at denx.de>
> ---
> Changes for v2: new patch
> 
>   tools/moveconfig.py | 41 +++++++++++++++++++++++++++++++++++++++++
>   1 file changed, 41 insertions(+)

Thanks!

Travis buils is fine, pushed to u-boot-ubi.git next

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs at denx.de


More information about the U-Boot mailing list