]> git.baikalelectronics.ru Git - uboot.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)
commitc21bdb8030f24483e5ab1ea279fb1c6350237897
tree358938ef4ce3a90edd4af73de36d02fa2856b7ae
parent75f4b659b75bf42ed578f939f2fd31028b457529
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