diff options
author | Piotr Ziecik <kosmo@semihalf.com> | 2008-11-17 15:57:58 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-11-24 11:05:25 +0100 |
commit | 91809ed51d8327a8dbbf29aa98a091154c282171 (patch) | |
tree | e57f9ab8c520575ffabf40626bb7249c0e4c4708 /README | |
parent | 6ea808efdf9aa5d9067fbfac32acde8539129ed2 (diff) | |
download | u-boot-imx-91809ed51d8327a8dbbf29aa98a091154c282171.zip u-boot-imx-91809ed51d8327a8dbbf29aa98a091154c282171.tar.gz u-boot-imx-91809ed51d8327a8dbbf29aa98a091154c282171.tar.bz2 |
cfi-mtd: Add cfi-mtd driver.
Add cfi-mtd driver, which exports CFI flash to MTD layer.
This allows CFI flash devices to be used from MTD layer.
Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
option. Initialization is done by calling cfi_mtd_init() from
flash_init().
Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2157,6 +2157,11 @@ Configuration Settings: This option also enables the building of the cfi_flash driver in the drivers directory +- CONFIG_FLASH_CFI_MTD + This option enables the building of the cfi_mtd driver + in the drivers directory. The driver exports CFI flash + to the MTD layer. + - CONFIG_SYS_FLASH_USE_BUFFER_WRITE Use buffered writes to flash. |