From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 10 Jan 2008 08:52:44 +0000 (-0500) Subject: Nios2: remove common/cmd_bdinfo.c unused variable. X-Git-Tag: v1.3.2-rc1~100^2~34^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=252f60b068d1f94190b5bcfda169db582387e15e;p=kernel%2Fu-boot.git Nios2: remove common/cmd_bdinfo.c unused variable. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Scott McNutt --- diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c index d059983..c28a155 100644 --- a/common/cmd_bdinfo.c +++ b/common/cmd_bdinfo.c @@ -152,7 +152,9 @@ int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) { +#if defined(CONFIG_CMD_NET) int i; +#endif bd_t *bd = gd->bd; print_num ("mem start", (ulong)bd->bi_memstart);