Home
last modified time | relevance | path

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

/external/u-boot/tools/binman/
Dcontrol.py24 def _ReadImageDesc(binman_node): argument
36 if 'multiple-images' in binman_node.props:
37 for node in binman_node.subnodes:
40 images['image'] = Image('image', binman_node)