]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Move static functions out of the class
authorSimon Glass <sjg@chromium.org>
Mon, 19 Jun 2017 04:09:02 +0000 (22:09 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commitd9cb6fe46671c05af32a93865f95b69411eb8dfe
tree806352b24bf3e12ec08c2cccaf16b622ce06dee9
parentc21bdb8030f24483e5ab1ea279fb1c6350237897
dtoc: Move static functions out of the class

Rather than using static functions within the class, move them out of the
class. This will make it slightly easier for tests to call them.

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