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:18 +0900 |
commit | d7916b1d38c20a55ca7248742dd0bdf049deb7e4 (patch) | |
tree | 60156c97bab28c15174daf1b6ffc28f88acd80ad /include | |
parent | 9427c610cd9cabaa6ccdb59f8effdce5272b8917 (diff) | |
download | u-boot-d7916b1d38c20a55ca7248742dd0bdf049deb7e4.zip u-boot-d7916b1d38c20a55ca7248742dd0bdf049deb7e4.tar.gz u-boot-d7916b1d38c20a55ca7248742dd0bdf049deb7e4.tar.bz2 |
arm: rmobile: lager: Add support MMC and MMC command
Lager board has been connected to eMMC of 8GB to MMC1 port.
This enables MMC1 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')
-rw-r--r-- | include/configs/lager.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h index 9c89b16..291267f 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -93,6 +93,15 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 3 #define CONFIG_USB_STORAGE +/* MMC */ +#define CONFIG_MMC +#define CONFIG_CMD_MMC +#define CONFIG_GENERIC_MMC + +#define CONFIG_SH_MMCIF +#define CONFIG_SH_MMCIF_ADDR 0xEE220000 +#define CONFIG_SH_MMCIF_CLK 97500000 + /* Module stop status bits */ /* INTC-RT */ #define CONFIG_SMSTP0_ENA 0x00400000 |