]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/board_r.c
net: cosmetic: Fix var naming net <-> eth drivers
[karo-tx-uboot.git] / common / board_r.c
index 5d968bf7f9ed2698b3094b9902985ffe5d84d053..eb3a9f9a8f14ffca2a9e175a45f4f2090ee8172e 100644 (file)
@@ -582,7 +582,7 @@ static int initr_bbmii(void)
 static int initr_net(void)
 {
        puts("Net:   ");
-       eth_initialize(gd->bd);
+       eth_initialize();
 #if defined(CONFIG_RESET_PHY_R)
        debug("Reset Ethernet PHY\n");
        reset_phy();
@@ -769,9 +769,6 @@ init_fnc_t init_sequence_r[] = {
 #ifdef CONFIG_PPC
        initr_spi,
 #endif
-#if defined(CONFIG_X86) && defined(CONFIG_SPI)
-       init_func_spi,
-#endif
 #ifdef CONFIG_CMD_NAND
        initr_nand,
 #endif