Re: [U-Boot] [PATCH 3/5] tools: socfpga: Stop using global struct socfpga_image

2018-04-17 Thread See, Chin Liang
On Sun, 2018-04-15 at 15:37 +0200, Marek Vasut wrote: > The structure is passed around correctly, create local instances > where necessary and zap the global struct socfpga_image instance. > > Signed-off-by: Marek Vasut > Cc: Dinh Nguyen > Cc: Chin Liang See

[U-Boot] [PATCH 3/5] tools: socfpga: Stop using global struct socfpga_image

2018-04-15 Thread Marek Vasut
The structure is passed around correctly, create local instances where necessary and zap the global struct socfpga_image instance. Signed-off-by: Marek Vasut Cc: Dinh Nguyen Cc: Chin Liang See --- tools/socfpgaimage.c | 8 ++--