diff options
| author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2012-03-21 14:58:21 +0900 |
|---|---|---|
| committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2012-03-26 10:09:31 +0900 |
| commit | f8670a2eb7ae1dba4b758de736515dc24af8de10 (patch) | |
| tree | 412ea7144530162e720db05dee189a442243f702 /board/renesas/ecovec | |
| parent | e1bc28f02a5f15f80f268086cc844386e1bb36b9 (diff) | |
| download | olio-uboot-2014.01-f8670a2eb7ae1dba4b758de736515dc24af8de10.tar.xz olio-uboot-2014.01-f8670a2eb7ae1dba4b758de736515dc24af8de10.zip | |
sh: ecovec: Remove unused variable
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/renesas/ecovec')
| -rw-r--r-- | board/renesas/ecovec/ecovec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/renesas/ecovec/ecovec.c b/board/renesas/ecovec/ecovec.c index 275b0ba71..3bd1a6208 100644 --- a/board/renesas/ecovec/ecovec.c +++ b/board/renesas/ecovec/ecovec.c @@ -55,7 +55,6 @@ int board_late_init(void) { u8 mac[6]; char env_mac[17]; - int i; udelay(1000); |