Re: [PATCH v3 01/12] binman: Allow entry args to be required

2020-09-07 Thread Simon Glass
Hi Michal, On Mon, 7 Sep 2020 at 00:31, Michal Simek wrote: > > Hi Simon, > > On 05. 09. 20 23:10, Simon Glass wrote: > > If an entry argument is needed by an entry but the entry argument is not > > present, then a strange error can occur when trying to read the file. > > > > Fix this by allowing

Re: [PATCH v3 01/12] binman: Allow entry args to be required

2020-09-06 Thread Michal Simek
Hi Simon, On 05. 09. 20 23:10, Simon Glass wrote: > If an entry argument is needed by an entry but the entry argument is not > present, then a strange error can occur when trying to read the file. > > Fix this by allowing arguments to be required. Select this option for the > cros-ec-rw entry. If

Re: [PATCH v3 01/12] binman: Allow entry args to be required

2020-09-05 Thread Simon Glass
If an entry argument is needed by an entry but the entry argument is not present, then a strange error can occur when trying to read the file. Fix this by allowing arguments to be required. Select this option for the cros-ec-rw entry. If a filename is provided in the node, allow that to be used.

[PATCH v3 01/12] binman: Allow entry args to be required

2020-09-01 Thread Simon Glass
If an entry argument is needed by an entry but the entry argument is not present, then a strange error can occur when trying to read the file. Fix this by allowing arguments to be required. Select this option for the cros-ec-rw entry. If a filename is provided in the node, allow that to be used.