diff options
Diffstat (limited to 'lib_nios/board.c')
-rw-r--r-- | lib_nios/board.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib_nios/board.c b/lib_nios/board.c index 024beb51503..63e79aec28e 100644 --- a/lib_nios/board.c +++ b/lib_nios/board.c @@ -151,11 +151,6 @@ void board_init (void) env_relocate(); bd->bi_ip_addr = getenv_IPaddr ("ipaddr"); - s = getenv ("ethaddr"); - for (i = 0; i < 6; ++i) { - bd->bi_enetaddr[i] = s ? simple_strtoul (s, &e, 16) : 0; - if (s) s = (*e) ? e + 1 : e; - } WATCHDOG_RESET (); devices_init(); |