From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Tue, 13 Dec 2011 08:05:00 -0700 Subject: [U-Boot] [PATCH] board/ti/omap2420h4/omap2420h4.c: Fix GC 4.6 build warning In-Reply-To: <20111212132631.E7AF5183AA36@gemini.denx.de> References: <1323674180-30359-1-git-send-email-wd@denx.de> <20111212132631.E7AF5183AA36@gemini.denx.de> Message-ID: <4EE7699C.3070901@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/12/2011 06:26 AM, Wolfgang Denk wrote: > Dear Wolfgang Denk, > > In message <1323674180-30359-1-git-send-email-wd@denx.de> you wrote: >> Fix: >> omap2420h4.c: In function 'dram_init': >> omap2420h4.c:196:25: warning: variable 'cpu' set but not used >> [-Wunused-but-set-variable] >> >> Signed-off-by: Wolfgang Denk >> Cc: Richard Woodruff >> Cc: Tom Rini >> --- >> board/ti/omap2420h4/omap2420h4.c | 3 +-- >> 1 files changed, 1 insertions(+), 2 deletions(-) > > Applied, thanks. Too late then, but... Acked-by: Tom Rini -- Tom