]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Split out the main class into its own file
authorSimon Glass <sjg@chromium.org>
Mon, 19 Jun 2017 04:08:58 +0000 (22:08 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commit3890f347b747e863df9e36f35781ce1b69d296c5
tree1771734bfc64c2c1baa38fbbb9ef595339ec1f1f
parentfb1bf973cb811a787ef2f654ac62b3e745e400ea
dtoc: Split out the main class into its own file

To simplify running tests we should move this class into its own file.
This allows the tests to import it without having to import dtoc.py, which
runs the tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtb_platdata.py [new file with mode: 0644]
tools/dtoc/dtoc.py