]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/tsec.c
Merge with /home/wd/git/u-boot/master
[karo-tx-uboot.git] / drivers / tsec.c
index 25566a73387752285916f186029081e9e3a9532b..b4187739cb01a341a0c7551f982b64a815e39560 100644 (file)
@@ -67,7 +67,7 @@ struct tsec_info_struct {
 static struct tsec_info_struct tsec_info[] = {
 #if defined(CONFIG_MPC85XX_TSEC1) || defined(CONFIG_MPC83XX_TSEC1)
 #if defined(CONFIG_MPC8544DS)
-        {TSEC1_PHY_ADDR, TSEC_GIGABIT | TSEC_REDUCED, TSEC1_PHYIDX},
+       {TSEC1_PHY_ADDR, TSEC_GIGABIT | TSEC_REDUCED, TSEC1_PHYIDX},
 #else
        {TSEC1_PHY_ADDR, TSEC_GIGABIT, TSEC1_PHYIDX},
 #endif