]> git.dujemihanovic.xyz Git - u-boot.git/commit
patman: Move the main program into a function
authorSimon Glass <sjg@chromium.org>
Sat, 4 Nov 2023 16:25:21 +0000 (10:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 15 Nov 2023 03:04:00 +0000 (20:04 -0700)
commite296a3c73d22bf95f38318a8dac2dc0177a3b145
tree10f19df9082e87c2833fc52bb64bf60869e18780
parent18f8830ab95328431a61960b30bfa1755515e8b9
patman: Move the main program into a function

Add a new run_patman() function to hold the main logic.

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