Home
last modified time | relevance | path

Searched refs:missing_blob_help (Results 1 – 2 of 2) sorted by relevance

/u-boot/tools/binman/
A Dcontrol.py29 missing_blob_help = {} variable
109 global missing_blob_help
111 if not missing_blob_help:
112 missing_blob_help = _ReadMissingBlobHelp()
119 if tag in missing_blob_help:
120 _ShowBlobHelp(entry._node.path, missing_blob_help[tag])
A Dftest.py3844 control.missing_blob_help = control._ReadMissingBlobHelp()
3845 control.missing_blob_help['wibble'] = 'Wibble test'
3846 control.missing_blob_help['another'] = 'Another test'

Completed in 14 milliseconds