Re: [PATCH v3 13/27] binman: Use standard filenames for SPL/TPL devicetree

2021-03-19 Thread Simon Glass
At present, before any entry expansion is done (such as a 'files' entry expanding out to individual entries for each file it contains), we check the binman definition (i.e. '/binman' node) to find out what devicetree files are used in the images. This is a pain, since the definition may change dur

[PATCH v3 13/27] binman: Use standard filenames for SPL/TPL devicetree

2021-03-18 Thread Simon Glass
At present, before any entry expansion is done (such as a 'files' entry expanding out to individual entries for each file it contains), we check the binman definition (i.e. '/binman' node) to find out what devicetree files are used in the images. This is a pain, since the definition may change dur