]> git.ipfire.org Git - thirdparty/u-boot.git/commit
moveconfig: Use an encoding with open()
authorSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 19:44:04 +0000 (13:44 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 4 Oct 2023 15:25:21 +0000 (09:25 -0600)
commite6c686f40501bd287bf0199a88ab280ccd54b322
tree9b7cb4f49db69fd844ebeab2d92e0cd1c45fd1d9
parentb774ba52c6c3c9b255a18d2fa27ac9165946b7e6
moveconfig: Use an encoding with open()

Fix pylint warnings about needing an explicit character encoding.

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