]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/lib/board.c
net: move bootfile init into eth_initialize
[karo-tx-uboot.git] / arch / avr32 / lib / board.c
index 3c2d0fb8b04dfd42dd479d0e27d5015f186123f4..b390a6c8f8bbaf08f187e3bd0fe9892ee6b4d683 100644 (file)
@@ -327,9 +327,6 @@ void board_init_r(gd_t *new_gd, ulong dest_addr)
        bb_miiphy_init();
 #endif
 #if defined(CONFIG_CMD_NET)
-       s = getenv("bootfile");
-       if (s)
-               copy_filename(BootFile, s, sizeof(BootFile));
        puts("Net:   ");
        eth_initialize(gd->bd);
 #endif