commit | a0b9fa5e92a98e705d77e9311535334e55fd4ec4 | [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 | 29d69dc813cd6b4431b95795acdc773b2a5e0c39 [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>