commit | f0881250f9429a5c88e39e90c2d7100b0e10f7b9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Tue Aug 14 10:25:15 2012 -0700 |
committer | Tom Rini <trini@ti.com> | Thu Sep 27 09:49:58 2012 -0700 |
tree | 829a5278080546333a565de20d86afb9e6d6ba3d | |
parent | 55cdbb8d4e8508dcdb95400f6dfcb928220ffc70 [diff] |
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>