From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 1 Feb 2017 12:42:07 +0100 Subject: [U-Boot] [PATCH v2 13/18] tools: kwbimage: Remove unused parameter In-Reply-To: <20170111150102.7399-14-mario.six@gdsys.cc> References: <20170111150102.7399-1-mario.six@gdsys.cc> <20170111150102.7399-14-mario.six@gdsys.cc> Message-ID: <695e685b-2dd0-ea14-e722-4243df587118@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11.01.2017 16:00, Mario Six wrote: > The parameter 'params' of the image_headersz_v1 function is never used > by the function. > > Hence, remove it. > > Signed-off-by: Mario Six > --- > Changes in v2: > > None Applied to u-boot-marvell/master Thanks, Stefan