summaryrefslogtreecommitdiff
path: root/board/mccroskey/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/mccroskey/board.c')
-rw-r--r--board/mccroskey/board.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/mccroskey/board.c b/board/mccroskey/board.c
index ba18740b24..22457fad3c 100644
--- a/board/mccroskey/board.c
+++ b/board/mccroskey/board.c
@@ -7,7 +7,6 @@
#include "chipset.h"
#include "common.h"
#include "console.h"
-#include "dma.h"
#include "gpio.h"
#include "hooks.h"
#include "i2c.h"
@@ -102,8 +101,6 @@ void configure_board(void)
{
uint32_t val;
- dma_init();
-
/* Enable all GPIOs clocks
* TODO: more fine-grained enabling for power saving
*/