Re: [U-Boot] [[RFC Patch] 1/2] tools: buildmand: Remove duplicated code

2016-10-03 Thread Simon Glass
On 29 September 2016 at 15:12, York Sun wrote: > Signed-off-by: York Sun > CC: Simon Glass > --- > The duplicated code seems to exist since the beginning of buildman. > > tools/buildman/builderthread.py | 4 > 1 file changed, 4 deletions(-) Acked-by: Simon Glass _

[U-Boot] [[RFC Patch] 1/2] tools: buildmand: Remove duplicated code

2016-09-29 Thread York Sun
Signed-off-by: York Sun CC: Simon Glass --- The duplicated code seems to exist since the beginning of buildman. tools/buildman/builderthread.py | 4 1 file changed, 4 deletions(-) diff --git a/tools/buildman/builderthread.py b/tools/buildman/builderthread.py index c512d3b..16e87f3 100644