commit | dc634d9cb18f0f280a4e939621397b75c8246463 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 18 14:54:30 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 24 17:36:29 2022 -0500 |
tree | a0eb49ddb100aa80bd2fdeafcfb2022ee2dc703e | |
parent | 0082b2e23040f8ad808745f5541dc5e5ae300a68 [diff] |
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>