Home
last modified time | relevance | path

Searched refs:include_disabled (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/tools/dtoc/
H A Ddtb_platdata.py143 def __init__(self, dtb_fname, include_disabled): argument
147 self._include_disabled = include_disabled
549 def run_steps(args, dtb_file, include_disabled, output): argument
561 plat = DtbPlatdata(dtb_file, include_disabled)
H A Ddtoc.py108 dtb_platdata.run_steps(args, options.dtb_file, options.include_disabled,
H A Ddtoc108 dtb_platdata.run_steps(args, options.dtb_file, options.include_disabled,