diff --git a/src/drivers/boards/aerofc-v1/aerofc_init.c b/src/drivers/boards/aerofc-v1/aerofc_init.c index 20c2bdfe8f..19a5a10207 100644 --- a/src/drivers/boards/aerofc-v1/aerofc_init.c +++ b/src/drivers/boards/aerofc-v1/aerofc_init.c @@ -173,12 +173,6 @@ __EXPORT int board_app_initialize(uintptr_t arg) /* configure the high-resolution time/callout interface */ hrt_init(); - /* configure the DMA allocator */ - - if (board_dma_alloc_init() < 0) { - message("DMA alloc FAILED"); - } - /* configure CPU load estimation */ #ifdef CONFIG_SCHED_INSTRUMENTATION cpuload_initialize_once();