u-boot-brain/cpu/pxa
Andy Fleming 1de97f9856 Eliminated arch-specific mmc header requirement
The current MMC infrastructure relies on the existence of an
arch-specific header file.  This isn't necessary, and a couple
drivers were forced to implement dummy files to meet this requirement.
Instead, we move the stuff in those header files into a more appropriate
place, and eliminate the stubs and the #include of asm/arch/mmc.h

Signed-off-by: Andy Fleming <afleming@freescale.com>
2009-02-16 18:07:41 -06:00
..
config.mk Remove compiler warning: target CPU does not support interworking 2008-12-13 23:41:23 +01:00
cpu.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
i2c.c i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions 2008-12-15 23:46:21 +01:00
interrupts.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
Makefile Merge with /home/wd/git/u-boot/master 2006-11-27 16:13:00 +01:00
mmc.c Eliminated arch-specific mmc header requirement 2009-02-16 18:07:41 -06:00
mmc.h Eliminated arch-specific mmc header requirement 2009-02-16 18:07:41 -06:00
pxafb.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
serial.c fix pxa255_idp board 2007-10-23 16:40:40 +02:00
start.S rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
usb.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00