Re: [U-Boot] [PATCH v2 12/18] tools: kwbimage: Reduce scope of variables

2017-02-01 Thread Stefan Roese
On 11.01.2017 16:00, Mario Six wrote: This patch reduces the scope of some variables. Signed-off-by: Mario Six --- Changes in v2: None Applied to u-boot-marvell/master Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.d

Re: [U-Boot] [PATCH v2 12/18] tools: kwbimage: Reduce scope of variables

2017-01-18 Thread Stefan Roese
On 11.01.2017 16:00, Mario Six wrote: This patch reduces the scope of some variables. Signed-off-by: Mario Six --- Changes in v2: None Reviewed-by: Stefan Roese Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mail

[U-Boot] [PATCH v2 12/18] tools: kwbimage: Reduce scope of variables

2017-01-11 Thread Mario Six
This patch reduces the scope of some variables. Signed-off-by: Mario Six --- Changes in v2: None --- tools/kwbimage.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/kwbimage.c b/tools/kwbimage.c index edc5d34..4fd9389 100644 --- a/tools/kwbimage.c +++ b/tools