summaryrefslogtreecommitdiff
path: root/arch/avr32/cpu/mmc.c
AgeCommit message (Collapse)Author
2015-02-17avr32: factor out cpu_mmc_init()Andreas Bießmann
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>