]> git.ipfire.org Git - people/ms/u-boot.git/commit
dtoc: Pass include_disabled explicitly
authorSimon Glass <sjg@chromium.org>
Mon, 19 Jun 2017 04:09:01 +0000 (22:09 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commite36024b05ff64937be65a74c156e9c83ad315a4c
tree358938ef4ce3a90edd4af73de36d02fa2856b7ae
parent86290ce40e76ad2e09da096cc7686cdc86756ee1
dtoc: Pass include_disabled explicitly

This option is the only one actually used by the dtb_platdata class. Pass
it explicitly to avoid needing to pass the whole option object to the
constructor.

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