aerofc: Remove call to board_dma_alloc_init()

This commit will only remove the error message from serial console as
this board don't define BOARD_DMA_ALLOC_POOL_SIZE.
This commit is contained in:
José Roberto de Souza 2017-01-19 17:13:40 -08:00 committed by Lorenz Meier
parent 969c9ca7e8
commit 0b3fa7bfbb

View File

@ -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();