diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-12-03 15:30:30 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-12-10 14:32:22 +0900 |
commit | 2b8c0814f88fa2d6fd8a1ac994e4396b39a0eac8 (patch) | |
tree | f05d7feb055b28596d9d81718d293919a13de5b2 /include/configs | |
parent | d7916b1d38c20a55ca7248742dd0bdf049deb7e4 (diff) | |
download | u-boot-imx-2b8c0814f88fa2d6fd8a1ac994e4396b39a0eac8.zip u-boot-imx-2b8c0814f88fa2d6fd8a1ac994e4396b39a0eac8.tar.gz u-boot-imx-2b8c0814f88fa2d6fd8a1ac994e4396b39a0eac8.tar.bz2 |
arm: rmobile: alt: Add support MMC and MMC command
Alt board has been connected to eMMC of 8GB to MMC port.
This enables MMC port and MMC command.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/alt.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/alt.h b/include/configs/alt.h index d116920..58eac31 100644 --- a/include/configs/alt.h +++ b/include/configs/alt.h @@ -95,6 +95,15 @@ #define CONFIG_USB_EHCI_RMOBILE #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 +/* MMCIF */ +#define CONFIG_MMC +#define CONFIG_GENERIC_MMC +#define CONFIG_CMD_MMC + +#define CONFIG_SH_MMCIF +#define CONFIG_SH_MMCIF_ADDR 0xee200000 +#define CONFIG_SH_MMCIF_CLK 48000000 + /* Module stop status bits */ /* INTC-RT */ #define CONFIG_SMSTP0_ENA 0x00400000 |