]> git.ipfire.org Git - people/ms/u-boot.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)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Tue, 17 Feb 2015 21:52:40 +0000 (22:52 +0100)
commit26db7903f5102b8cf5570237ccbfc7f2c0dfd7aa
tree74f8fc3e77c27b73757ee49a1d4e3945c4dc333e
parentaa0ea2a5538ab7b0f3e8975a27ab8c0a764a69cd
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