From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 26 Jun 2013 16:20:11 -0500 Subject: [U-Boot] [PATCH] mtd/nand: docg4: fix compiler warnings In-Reply-To: <1372275234-2020-1-git-send-email-mikedunn@newsguy.com> (from mikedunn@newsguy.com on Wed Jun 26 14:33:53 2013) Message-ID: <1372281611.8183.42@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/26/2013 02:33:53 PM, Mike Dunn wrote: > Newer gcc versions warn about unused variables. This patch corrects > a few of > those warnings that popped up in a build for the palmtreo680 board. > > Signed-off-by: Mike Dunn > --- > > drivers/mtd/nand/docg4_spl.c | 15 +++++++-------- > 1 file changed, 7 insertions(+), 8 deletions(-) Applied to u-boot-nand-flash -Scott