From mboxrd@z Thu Jan 1 00:00:00 1970 From: See, Chin Liang Date: Tue, 17 Apr 2018 08:43:36 +0000 Subject: [U-Boot] [PATCH 3/5] tools: socfpga: Stop using global struct socfpga_image In-Reply-To: <20180415133704.18950-3-marex@denx.de> References: <20180415133704.18950-1-marex@denx.de> <20180415133704.18950-3-marex@denx.de> Message-ID: <1523954614.2582.15.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de 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 > --- >  tools/socfpgaimage.c | 8 ++++++-- >  1 file changed, 6 insertions(+), 2 deletions(-) > Acked-by: Chin Liang See