aboutsummaryrefslogtreecommitdiff
path: root/include/MCD_tasksInit.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-11-01 12:28:05 -0400
committerTom Rini <trini@konsulko.com>2023-11-07 14:50:51 -0500
commit2a7ea650374c5da7e07dbd8a2d05bfc2eef292e5 (patch)
treeec7ad0b5836870ada20d9d9eafe8e31aca33fa70 /include/MCD_tasksInit.h
parent56ea7c8b7534d676120b37f70427724a1e0965e2 (diff)
downloadu-boot-2a7ea650374c5da7e07dbd8a2d05bfc2eef292e5.zip
u-boot-2a7ea650374c5da7e07dbd8a2d05bfc2eef292e5.tar.gz
u-boot-2a7ea650374c5da7e07dbd8a2d05bfc2eef292e5.tar.bz2
m68k: Remove CONFIG_FSLDMAFEC
There are no platforms which enable this feature, so remove it. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/MCD_tasksInit.h')
-rw-r--r--include/MCD_tasksInit.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/include/MCD_tasksInit.h b/include/MCD_tasksInit.h
deleted file mode 100644
index 9f582be..0000000
--- a/include/MCD_tasksInit.h
+++ /dev/null
@@ -1,43 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
- */
-
-#ifndef MCD_TSK_INIT_H
-#define MCD_TSK_INIT_H 1
-
-/*
- * Do not edit!
- */
-
-/* Task 0 */
-void MCD_startDmaChainNoEu(int *currBD, short srcIncr, short destIncr,
- int xferSize, short xferSizeIncr, int *cSave,
- volatile TaskTableEntry * taskTable, int channel);
-
-/* Task 1 */
-void MCD_startDmaSingleNoEu(char *srcAddr, short srcIncr, char *destAddr,
- short destIncr, int dmaSize, short xferSizeIncr,
- int flags, int *currBD, int *cSave,
- volatile TaskTableEntry * taskTable, int channel);
-
-/* Task 2 */
-void MCD_startDmaChainEu(int *currBD, short srcIncr, short destIncr,
- int xferSize, short xferSizeIncr, int *cSave,
- volatile TaskTableEntry * taskTable, int channel);
-
-/* Task 3 */
-void MCD_startDmaSingleEu(char *srcAddr, short srcIncr, char *destAddr,
- short destIncr, int dmaSize, short xferSizeIncr,
- int flags, int *currBD, int *cSave,
- volatile TaskTableEntry * taskTable, int channel);
-
-/* Task 4 */
-void MCD_startDmaENetRcv(char *bDBase, char *currBD, char *rcvFifoPtr,
- volatile TaskTableEntry * taskTable, int channel);
-
-/* Task 5 */
-void MCD_startDmaENetXmit(char *bDBase, char *currBD, char *xmitFifoPtr,
- volatile TaskTableEntry * taskTable, int channel);
-
-#endif /* MCD_TSK_INIT_H */