summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/cfi_flash.c
diff options
context:
space:
mode:
authorPiotr Ziecik <kosmo@semihalf.com>2008-11-17 15:57:58 +0100
committerStefan Roese <sr@denx.de>2008-11-24 11:05:25 +0100
commit91809ed51d8327a8dbbf29aa98a091154c282171 (patch)
treee57f9ab8c520575ffabf40626bb7249c0e4c4708 /drivers/mtd/cfi_flash.c
parent6ea808efdf9aa5d9067fbfac32acde8539129ed2 (diff)
downloadtalos-obmc-uboot-91809ed51d8327a8dbbf29aa98a091154c282171.tar.gz
talos-obmc-uboot-91809ed51d8327a8dbbf29aa98a091154c282171.zip
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 'drivers/mtd/cfi_flash.c')
-rw-r--r--drivers/mtd/cfi_flash.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c
index b8422e15f3..e8afe9985c 100644
--- a/drivers/mtd/cfi_flash.c
+++ b/drivers/mtd/cfi_flash.c
@@ -2087,5 +2087,10 @@ unsigned long flash_init (void)
flash_get_info(apl[i].start));
}
#endif
+
+#ifdef CONFIG_FLASH_CFI_MTD
+ cfi_mtd_init();
+#endif
+
return (size);
}
OpenPOWER on IntegriCloud