u-boot-brain/arch/arm/cpu/arm1136/mx31
Helmut Raiger fa47a28661 mmc: access mxcmmc from mx31 boards
This patch modifies mxcmmc.c to be used
not only by i.MX27 but also by i.MX31 boards.
Both use the same SD controller, but have different
clock set-ups.
The i.MX27 imx_get_XXXclock functions are made static to
generic.c and a public mxc_get_clock() function
is provided.  Pins, base address and prototypes for
an i.MX31 specific board_init_mmc() are provided.
Some of the i.MX27 clock getters are unused and marked
as such to avoid warnings (./MAKEALL -s mx27), but
the code was left in for future use.

Signed-off-by: Helmut Raiger <helmut.raiger@hale.at>
Acked-by: Stefano Babic <sbabic@denx.de>
2012-02-12 10:11:26 +01:00
..
devices.c MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
generic.c mmc: access mxcmmc from mx31 boards 2012-02-12 10:11:26 +01:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
timer.c imx: fix coding style 2011-10-27 21:56:32 +02:00