summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 22:34:39 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-11 19:41:53 (GMT)
commitb75dfd2d4675e660ab20806641a063cdb65e99a0 (patch)
tree3c9c226c8cf36c4487a610e7291e2643b4d262cb /README
parent6f62d7c4f7a2242a76e19b09dccca6f68776e788 (diff)
downloadu-boot-fsl-qoriq-b75dfd2d4675e660ab20806641a063cdb65e99a0.tar.xz
Kconfig: Convert CMD_READ to Kconfig
Convert this option and enable it in sandbox. Also correct a bug which was introduced with the block-device driver model conversion. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 0 insertions, 1 deletions
diff --git a/README b/README
index 98fc95a..fb5f471 100644
--- a/README
+++ b/README
@@ -814,7 +814,6 @@ The following options need to be configured:
CONFIG_CMD_NFS NFS support
CONFIG_CMD_PING * send ICMP ECHO_REQUEST to network
host
- CONFIG_CMD_READ * Read raw data from partition
CONFIG_CMD_REGINFO * Register dump
CONFIG_CMD_RUN run command in env variable
CONFIG_CMD_SANDBOX * sb command to access sandbox features