Re: [U-Boot] [PATCH] patman: Fix error when the email blacklist is missing

2017-09-13 Thread Simon Glass
On 12 September 2017 at 23:29, Bin Meng wrote: > On Wed, Sep 13, 2017 at 12:56 PM, Chris Packham > wrote: >> On Wed, Sep 13, 2017 at 2:30 PM, Simon Glass wrote: >>> This section of the settings file may be missing. Handle that

Re: [U-Boot] [PATCH] patman: Fix error when the email blacklist is missing

2017-09-12 Thread Bin Meng
On Wed, Sep 13, 2017 at 12:56 PM, Chris Packham wrote: > On Wed, Sep 13, 2017 at 2:30 PM, Simon Glass wrote: >> This section of the settings file may be missing. Handle that gracefully >> rather than emitting an error. >> >> Also update patman to write

Re: [U-Boot] [PATCH] patman: Fix error when the email blacklist is missing

2017-09-12 Thread Chris Packham
On Wed, Sep 13, 2017 at 2:30 PM, Simon Glass wrote: > This section of the settings file may be missing. Handle that gracefully > rather than emitting an error. > > Also update patman to write this section when a new settings file is > created. > > Fixes: e11aa602 (patman: add

[U-Boot] [PATCH] patman: Fix error when the email blacklist is missing

2017-09-12 Thread Simon Glass
This section of the settings file may be missing. Handle that gracefully rather than emitting an error. Also update patman to write this section when a new settings file is created. Fixes: e11aa602 (patman: add support for omitting bouncing addresses) Signed-off-by: Simon Glass