Re: [U-Boot] [PATCH] buildman: Handle commit subjects containing unicode

2017-04-13 Thread Simon Glass
On 12 April 2017 at 18:52, Simon Glass wrote: > One of these has crept in in this commit: > > 40a808f1 ARCv2: SLC: Make sure busy bit is set properly on SLC flushing > > Adjust buildman to handle it. > > Signed-off-by: Simon Glass > --- > > tools/buildman/builder.py | 5 +++-- > 1 file changed,

[U-Boot] [PATCH] buildman: Handle commit subjects containing unicode

2017-04-12 Thread Simon Glass
One of these has crept in in this commit: 40a808f1 ARCv2: SLC: Make sure busy bit is set properly on SLC flushing Adjust buildman to handle it. Signed-off-by: Simon Glass --- tools/buildman/builder.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/buildman/buil