]> git.ipfire.org Git - people/ms/u-boot.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)
commit56e0bbe0577f33d5bb2486a60267ba759e2ea643
tree806352b24bf3e12ec08c2cccaf16b622ce06dee9
parente36024b05ff64937be65a74c156e9c83ad315a4c
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