commit | 3e939e9d4f65e8ececa6b604006d8180f0d4eb78 | [log] [tgz] |
---|---|---|
author | Piotr Ziecik <kosmo@semihalf.com> | Mon Nov 17 15:57:58 2008 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Nov 24 11:05:25 2008 +0100 |
tree | e57f9ab8c520575ffabf40626bb7249c0e4c4708 | |
parent | 2a7493c95a371fca8fa7dc767bd764f065dfd5c8 [diff] |
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>