moveconfig: Use single quotes
authorSimon Glass <sjg@chromium.org>
Sat, 18 Dec 2021 21:54:30 +0000 (14:54 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jan 2022 22:36:29 +0000 (17:36 -0500)
commitdaa694d39e52fdc1655051813eca3c75073c27ce
treea0eb49ddb100aa80bd2fdeafcfb2022ee2dc703e
parent65d7fcec5a05be15694613c6db709ede19bce85b
moveconfig: Use single quotes

Quite a few places use double quotes. Fix this to be consistent with
other Python code in U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
tools/moveconfig.py