diff options
author | Jagan Teki <jteki@openedev.com> | 2015-07-01 15:52:19 (GMT) |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2015-07-01 15:52:19 (GMT) |
commit | cd9accdcd9ab2f421047990ddae43f83cc43ca17 (patch) | |
tree | e5ebdadc83ce5b1b0b9a4492bfbd6420171362dd /drivers/mtd/spi/sf_dataflash.c | |
parent | 7678dd93ec270d623ee05230004f42226f03c052 (diff) | |
download | u-boot-fsl-qoriq-cd9accdcd9ab2f421047990ddae43f83cc43ca17.tar.xz |
sf: Kconfig: Add SPI_FLASH_DATAFLASH entry
Added SPI_FLASH_DATAFLASH entry on Kconfig with help description.
data flash driver comes with good decription, hence moved the
same on to kconfig help decription.
Signed-off-by: Jagan Teki <jteki@openedev.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Cc: Haikun Wang <haikun.wang@freescale.com>
Diffstat (limited to 'drivers/mtd/spi/sf_dataflash.c')
-rw-r--r-- | drivers/mtd/spi/sf_dataflash.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/mtd/spi/sf_dataflash.c b/drivers/mtd/spi/sf_dataflash.c index d287db8..3111f4f 100644 --- a/drivers/mtd/spi/sf_dataflash.c +++ b/drivers/mtd/spi/sf_dataflash.c @@ -19,16 +19,6 @@ #include "sf_internal.h" -/* - * DataFlash is a kind of SPI flash. Most AT45 chips have two buffers in - * each chip, which may be used for double buffered I/O; but this driver - * doesn't (yet) use these for any kind of i/o overlap or prefetching. - * - * Sometimes DataFlash is packaged in MMC-format cards, although the - * MMC stack can't (yet?) distinguish between MMC and DataFlash - * protocols during enumeration. - */ - /* reads can bypass the buffers */ #define OP_READ_CONTINUOUS 0xE8 #define OP_READ_PAGE 0xD2 |