Nios2: remove common/cmd_bdinfo.c unused variable.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2008-01-10 03:52:44 -05:00 committed by Scott McNutt
parent 422b1a0160
commit 252f60b068
1 changed files with 2 additions and 0 deletions

View File

@ -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);