Blackfin: drop MAC display at boot
[oweals/u-boot.git] / lib_blackfin / board.c
index bf943ea7817049d9330f31af7b1af69b9bc57f52..6cade7d1102e2d968ab3148732ee33f5ea934e6f 100644 (file)
@@ -278,7 +278,6 @@ static void board_net_init_r(bd_t *bd)
        bb_miiphy_init();
 #endif
 #ifdef CONFIG_CMD_NET
-       uchar enetaddr[6];
        char *s;
 
        if ((s = getenv("bootfile")) != NULL)
@@ -288,9 +287,6 @@ static void board_net_init_r(bd_t *bd)
 
        printf("Net:   ");
        eth_initialize(gd->bd);
-
-       eth_getenv_enetaddr("ethaddr", enetaddr);
-       printf("MAC:   %pM\n", enetaddr);
 #endif
 }