From patchwork Mon Mar 23 17:43:46 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Retanubun X-Patchwork-Id: 71658 X-Patchwork-Delegate: jason.jin@freescale.com Return-Path: X-Original-To: wd@gemini.denx.de Delivered-To: wd@gemini.denx.de Received: from diddl.denx.de (diddl.denx.de [10.0.0.6]) by gemini.denx.de (Postfix) with ESMTP id 9D7AC832E407 for ; Mon, 23 Mar 2009 18:46:22 +0100 (CET) Received: from diddl.denx.de (localhost.localdomain [127.0.0.1]) by diddl.denx.de (Postfix) with ESMTP id 89170C3CCB5E for ; Mon, 23 Mar 2009 18:46:22 +0100 (CET) Received: from pop.mnet-online.de by diddl.denx.de with POP3 (fetchmail-6.3.8) for (single-drop); Mon, 23 Mar 2009 18:46:22 +0100 (CET) Received: from murder (svr19.m-online.net [192.168.3.147]) by backend2 (Cyrus v2.2.12) with LMTPA; Mon, 23 Mar 2009 18:44:09 +0100 X-Sieve: CMU Sieve 2.2 Received: from mail.m-online.net (localhost [127.0.0.1]) by frontend3.pop.m-online.net (Cyrus v2.2.13) with LMTPA; Mon, 23 Mar 2009 18:44:08 +0100 Received: from scanner-3.m-online.net (scanner-3.m-online.net [192.168.1.20]) by mail.m-online.net (Postfix) with ESMTP id A02662000B1; Mon, 23 Mar 2009 18:44:08 +0100 (CET) Received: from mxin-1.m-online.net ([192.168.1.21]) by scanner-3.m-online.net (scanner-3.m-online.net [192.168.1.20]) (amavisd-new, port 10026) with ESMTP id 04749-04-7; Mon, 23 Mar 2009 18:44:05 +0100 (CET) Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by mxin-2.m-online.net (Postfix) with ESMTP id D4E8646AF26; Mon, 23 Mar 2009 18:44:02 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E57F628114; Mon, 23 Mar 2009 18:43:59 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eoLMD+ncASpO; Mon, 23 Mar 2009 18:43:59 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 97B33280E8; Mon, 23 Mar 2009 18:43:55 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 688F9280E0 for ; Mon, 23 Mar 2009 18:43:52 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zammLL0wf1BB for ; Mon, 23 Mar 2009 18:43:50 +0100 (CET) Received: from mail.ruggedcom.com (mail.ruggedcom.com [204.50.190.93]) by theia.denx.de (Postfix) with ESMTP id 0A240280DC for ; Mon, 23 Mar 2009 18:43:47 +0100 (CET) Received: from rceng01.eng.lan ([10.128.10.1]) by mail.ruggedcom.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 23 Mar 2009 13:43:27 -0400 Received: from rcws-214.eng.lan (unknown [10.128.10.74]) by rceng01.eng.lan (Postfix) with ESMTP id 9C45C14E66F; Mon, 23 Mar 2009 13:43:46 -0400 (EDT) Received: from localhost ([127.0.0.1] ident=richardretanubun) by rcws-214.eng.lan with esmtp (Exim 4.69) (envelope-from ) id 1LloBe-0005ep-J6; Mon, 23 Mar 2009 13:43:46 -0400 Message-ID: <49C7CA52.60800@RuggedCom.com> Date: Mon, 23 Mar 2009 13:43:46 -0400 From: Richard Retanubun Organization: RuggedCom User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: u-boot Mailing List X-OriginalArrivalTime: 23 Mar 2009 17:43:27.0748 (UTC) FILETIME=[DF7EAC40:01C9ABDE] Cc: John Rigby Subject: [U-Boot] [PATCH] Coldfire: cleanup compiler warning for lib-m68k unused variables. X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de X-Virus-Scanned: by amavisd-new at m-online.net From edb51aeee6b22b138ac725dac56ae4c55be704dc Mon Sep 17 00:00:00 2001 From: Richard Retanubun Date: Mon, 23 Mar 2009 13:35:48 -0400 Subject: [PATCH] Follow up to git commit: 19b5b533ccd522abeb501d510750693c35e20456 Cleanup on compiler warnings on unused variables now that bd->bi_enetaddr is no longer used. Feel free to squash with other cleanup patches. Signed-off-by: Richard Retanubun --- lib_m68k/board.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/lib_m68k/board.c b/lib_m68k/board.c index db45b00..67dc2e4 100644 --- a/lib_m68k/board.c +++ b/lib_m68k/board.c @@ -438,9 +438,8 @@ board_init_f (ulong bootflag) void board_init_r (gd_t *id, ulong dest_addr) { cmd_tbl_t *cmdtp; - char *s, *e; + char *s; bd_t *bd; - int i; extern void malloc_bin_reloc (void); #ifndef CONFIG_ENV_IS_NOWHERE