Re: [U-Boot] [PATCH v2 04/29] binman: Correct operation of ObtainContents()

2018-07-09 Thread Simon Glass
On 6 July 2018 at 10:27, Simon Glass wrote: > This method is supposed to return the contents of an entry. However at > present there is no check that it actually does. Also some implementations > do not return 'True' to indicate success, as required. > > Add a check for things working as expected,

[U-Boot] [PATCH v2 04/29] binman: Correct operation of ObtainContents()

2018-07-06 Thread Simon Glass
This method is supposed to return the contents of an entry. However at present there is no check that it actually does. Also some implementations do not return 'True' to indicate success, as required. Add a check for things working as expected, and correct the implementations. This requires some