From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Thu, 13 Jun 2019 05:30:29 +0200 Subject: [U-Boot] [PATCH v2 1/9] moveconfig: expand simple expressions In-Reply-To: <20190515131600.28798-2-mk@mkio.de> References: <20190515131600.28798-1-mk@mkio.de> <20190515131600.28798-2-mk@mkio.de> Message-ID: <844e0eda-6724-46b4-ad8e-f5f8219d03b9@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Markus, Am 15.05.2019 um 15:15 schrieb Markus Klotzbuecher: > From: Markus Klotzbuecher > > 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 > Cc: Masahiro Yamada > Cc: Heiko Schocher > --- > 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