]> git.ipfire.org Git - people/ms/u-boot.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)
commitfa0ea5b09ead2b0fa17754c0bf99249533fd36a3
tree0a3bafde44f729bc0f7443baf131ea28c5561ecf
parent56e0bbe0577f33d5bb2486a60267ba759e2ea643
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