Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/binman/
H A Dcontrol.py23 def _ReadImageDesc(binman_node): argument
35 if 'multiple-images' in binman_node.props:
36 for node in binman_node.subnodes:
39 images['image'] = Image('image', binman_node)