
16 Feb
2015
16 Feb
'15
9:22 p.m.
Dear Andreas Devel,
Andreas Devel andreas.devel@googlemail.com writes:
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
Changes in v3: None Changes in v2: None Changes in v1:
- new since RFC
arch/avr32/cpu/Makefile | 1 + arch/avr32/cpu/mmc.c | 16 ++++++++++++++++ arch/avr32/lib/board.c | 8 -------- 3 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 arch/avr32/cpu/mmc.c
applied to u-boot-avr32/master, thanks!
Best regards, Andreas Bießmann