diff mbox

[U-Boot,1/5] README: Remove CONFIG_SPI_FLASH_MTD help text

Message ID 1435606150-2988-2-git-send-email-jteki@openedev.com
State Accepted
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Jagan Teki June 29, 2015, 7:29 p.m. UTC
Since the help text is added in drivers/mtd/spi/Kconfig

Signed-off-by: Jagan Teki <jteki@openedev.com>
---
 README | 9 ---------
 1 file changed, 9 deletions(-)
diff mbox

Patch

diff --git a/README b/README
index c49af74..c9a7785 100644
--- a/README
+++ b/README
@@ -3090,15 +3090,6 @@  CBFS (Coreboot Filesystem) support
 		memories can be connected with a given cs line.
 		Currently Xilinx Zynq qspi supports these type of connections.
 
-		CONFIG_SPI_FLASH_MTD		spi-flash MTD layer
-
-		Define this option to use mtd support for spi flash layer, this
-		adapter is for translating mtd_read/mtd_write commands into
-		spi_flash_read/spi_flash_write commands. It is not intended to
-		use it within sf_cmd or the SPI flash subsystem. Such an adapter
-		is needed for subsystems like UBI which can only operate on top
-		of the MTD layer.
-
 		CONFIG_SPI_FLASH_DATAFLASH	SPI based Dataflash
 
 		Define this option to access AT45xxx Dataflash chips support