Re: [U-Boot] [PATCH 1/3] tools: mxsboot: Staticize functions

2013-08-31 Thread Stefano Babic
On 27/08/2013 23:32, Marek Vasut wrote: Make remaining non-static functions static and the same for vars. Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Stefano Babic sba...@denx.de --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

[U-Boot] [PATCH 1/3] tools: mxsboot: Staticize functions

2013-08-27 Thread Marek Vasut
Make remaining non-static functions static and the same for vars. Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Stefano Babic sba...@denx.de --- tools/mxsboot.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git