Searched refs:include_disabled (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/tools/dtoc/ |
| H A D | dtb_platdata.py | 143 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 D | dtoc.py | 108 dtb_platdata.run_steps(args, options.dtb_file, options.include_disabled,
|
| H A D | dtoc | 108 dtb_platdata.run_steps(args, options.dtb_file, options.include_disabled,
|