]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Move the main logic into the dtb_platdata file
authorSimon Glass <sjg@chromium.org>
Mon, 19 Jun 2017 04:09:03 +0000 (22:09 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commit33f18038ae334e5054a7805c52d8b9dc57911a94
tree0a3bafde44f729bc0f7443baf131ea28c5561ecf
parentd9cb6fe46671c05af32a93865f95b69411eb8dfe
dtoc: Move the main logic into the dtb_platdata file

Collect the main logic of dtoc into a function and put it into
dtb_platdata. This will allow tests to use this function instead of
duplicating the code themselves.

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