]> git.baikalelectronics.ru Git - uboot.git/commit
moveconfig: Use a function to read files
authorSimon Glass <sjg@chromium.org>
Sat, 18 Dec 2021 21:54:34 +0000 (14:54 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jan 2022 22:36:30 +0000 (17:36 -0500)
commit5db353b261e11ed65daca2353362be71c439c900
tree8ad42ad0fdebf5d0fc0d9ff65a4ace95f93dc32b
parent23c1894a4bf3216a806402273334030e112684e3
moveconfig: Use a function to read files

At present there is quite a bit of ad-hoc code reading from files. The
most common case is to read the file as lines. Put it in a function and
set the unicode encoding correctly.

Avoid writing back to a file when there are obviously no changes as this
speeds things up slightly.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/moveconfig.py