Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Ddtb_platdata.py144 def __init__(self, dtb_fname, include_disabled): argument
148 self._include_disabled = include_disabled
545 def run_steps(args, dtb_file, include_disabled, output): argument
557 plat = DtbPlatdata(dtb_file, include_disabled)
H A Ddtoc.py75 dtb_platdata.run_steps(args, options.dtb_file, options.include_disabled,
H A Ddtoc75 dtb_platdata.run_steps(args, options.dtb_file, options.include_disabled,