diff options
author | Wolfgang Denk <wd@denx.de> | 2011-07-19 22:27:07 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-07-19 22:27:07 +0200 |
commit | 74fac70084bb040342fafc3b0d2ef50fbe35646f (patch) | |
tree | 1407b62f99fa0b016d544b112a79cf6b3c5bc574 /README | |
parent | 1bb5e9071f7598eb83e2015a2e9dfbdc18a4314d (diff) | |
parent | 8fd01b8f6b5b0d8bceec443f0a62b52afa7452a1 (diff) | |
download | u-boot-imx-74fac70084bb040342fafc3b0d2ef50fbe35646f.zip u-boot-imx-74fac70084bb040342fafc3b0d2ef50fbe35646f.tar.gz u-boot-imx-74fac70084bb040342fafc3b0d2ef50fbe35646f.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mmc
* 'master' of git://git.denx.de/u-boot-mmc:
mmc: rescan fails on empty slot
AT91:mmc:fix multiple read/write error
mmc: Access mode validation for eMMC cards > 2 GiB
mmc: sh_mmcif: add support for Renesas MMCIF
mmc: fix the condition for MMC version 4
MMC: add marvell sdhci driver
MMC: add sdhci generic framework
MMC: add erase function to both mmc and sd
MMC: unify mmc read and write operation
mmc: Tegra2: Enable SD/MMC driver for Seaboard and Harmony
mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1064,6 +1064,15 @@ The following options need to be configured: enabled with CONFIG_CMD_MMC. The MMC driver also works with the FAT fs. This is enabled with CONFIG_CMD_FAT. + CONFIG_SH_MMCIF + Support for Renesas on-chip MMCIF controller + + CONFIG_SH_MMCIF_ADDR + Define the base address of MMCIF registers + + CONFIG_SH_MMCIF_CLK + Define the clock frequency for MMCIF + - Journaling Flash filesystem support: CONFIG_JFFS2_NAND, CONFIG_JFFS2_NAND_OFF, CONFIG_JFFS2_NAND_SIZE, CONFIG_JFFS2_NAND_DEV |