]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Move main program into its own function
authorSimon Glass <sjg@chromium.org>
Sun, 31 Jul 2022 02:57:08 +0000 (20:57 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Aug 2022 17:55:41 +0000 (11:55 -0600)
commit01c8f8e002d3ab5fef5c77c7125a2e0c0ba462fe
treece8fa06f8821b0be1180a5d24b277539e101bb4e
parentdef181b42785dc1db2f13513a779a776cf97d606
dtoc: Move main program into its own function

Use a function for the main program so everything there doesn't look like
a global variable to pylint.

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