diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-11-12 13:03:54 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-02-25 13:13:43 +0900 |
commit | 11e329106bc92765f8fa68ff9777f79a69d98721 (patch) | |
tree | 6c916774da93a49e13b2397da935d8b93802366b /configs/koelsch_defconfig | |
parent | 25f9613fcfdf0857bff7207e50cc65201ad69ed8 (diff) | |
download | u-boot-imx-11e329106bc92765f8fa68ff9777f79a69d98721.zip u-boot-imx-11e329106bc92765f8fa68ff9777f79a69d98721.tar.gz u-boot-imx-11e329106bc92765f8fa68ff9777f79a69d98721.tar.bz2 |
arm: rmobile: koelsch: Add support SDHI
Koelsch board has three SDHI port.
This adds GPIO configuration and initialization function of SDHI, and
enables MMC command.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/koelsch_defconfig')
-rw-r--r-- | configs/koelsch_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/koelsch_defconfig b/configs/koelsch_defconfig index fd7a558..b1e3529 100644 --- a/configs/koelsch_defconfig +++ b/configs/koelsch_defconfig @@ -3,3 +3,4 @@ CONFIG_RMOBILE=y CONFIG_TARGET_KOELSCH=y CONFIG_DM=y CONFIG_DM_SERIAL=y +CONFIG_SH_SDHI=y |