summaryrefslogtreecommitdiff
path: root/arch/avr32/cpu/mmc.c
Commit message (Collapse)AuthorAgeLines
* avr32: factor out cpu_mmc_init()Andreas Bießmann2015-02-17-0/+16
cpu_mmc_init() is required by the init sequence to have a working MMC interface on avr32. This will not be included in the binary if we omit the avr32 board.c when building the generic board. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>