]> git.baikalelectronics.ru Git - uboot.git/commit
moveconfig: Read the database in a separate function
authorSimon Glass <sjg@chromium.org>
Sat, 18 Dec 2021 15:09:43 +0000 (08:09 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jan 2022 22:36:29 +0000 (17:36 -0500)
commit7db412d5493877455fda4510c5d214bbd1001015
tree10e42479fab074cf30e8e608d825044c56bec4d0
parentf5ebb89e502d828b7497e79b8e8edaa47752c1c3
moveconfig: Read the database in a separate function

Move this code out into a function so it can be used elsewhere.

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