]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: SPL: Make spl_mmc.c more generic
authorTom Rini <trini@ti.com>
Tue, 14 Aug 2012 17:25:15 +0000 (10:25 -0700)
committerTom Rini <trini@ti.com>
Thu, 27 Sep 2012 16:49:58 +0000 (09:49 -0700)
commitf0881250f9429a5c88e39e90c2d7100b0e10f7b9
tree829a5278080546333a565de20d86afb9e6d6ba3d
parent55cdbb8d4e8508dcdb95400f6dfcb928220ffc70
ARM: SPL: Make spl_mmc.c more generic

Move the default omap/related-centric board_mmc_init to
arch/arm/cpu/armv7/omap-common/boot-common.c and move the type defines
to <asm/spl.h>.  Also use mmc->read_bl_len rather than MMCSD_SECTOR_SIZE

Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/omap-common/boot-common.c
arch/arm/cpu/armv7/omap-common/spl_mmc.c
arch/arm/cpu/armv7/omap3/board.c
arch/arm/include/asm/omap_common.h
arch/arm/include/asm/spl.h