]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
avr32: factor out cpu_mmc_init()
authorAndreas Bießmann <andreas.devel@googlemail.com>
Fri, 6 Feb 2015 22:06:41 +0000 (23:06 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:53:50 +0000 (13:53 +0200)
commit11dbfd942a427962eb3297dde284ef7c8f997854
tree5345888509c95347f5f7ecb598f84cb02f1fa140
parentb19a8c7f50ef428f3080ef8dea5fb20aab0901b9
avr32: factor out cpu_mmc_init()

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>
arch/avr32/cpu/Makefile
arch/avr32/cpu/mmc.c [new file with mode: 0644]
arch/avr32/lib/board.c