]> git.sur5r.net Git - u-boot/blobdiff - drivers/dma/MCD_tasksInit.c
powerpc/km82xx: rework DIP switch detection
[u-boot] / drivers / dma / MCD_tasksInit.c
index cf567db5a0bd22ccc6bf432e1673bfa723f22cab..2f198754e585382f5c19a03db4270036cba7d2a8 100644 (file)
@@ -28,8 +28,6 @@
  * Do not edit!
  */
 
-#ifdef CONFIG_FSLDMAFEC
-
 #include <MCD_dma.h>
 
 extern dmaRegs *MCD_dmaBar;
@@ -242,5 +240,3 @@ void MCD_startDmaENetXmit(char *bDBase, char *currBD, char *xmitFifoPtr,
        /* Set the task's Enable bit in its Task Control Register */
        MCD_dmaBar->taskControl[channel] |= (u16) 0x8000;
 }
-
-#endif                 /* CONFIG_FSLDMAFEC */