diff options
author | Simon Glass | 2017-08-04 16:34:39 -0600 |
---|---|---|
committer | Tom Rini | 2017-08-11 15:41:53 -0400 |
commit | b75dfd2d4675e660ab20806641a063cdb65e99a0 (patch) | |
tree | 3c9c226c8cf36c4487a610e7291e2643b4d262cb /scripts | |
parent | 6f62d7c4f7a2242a76e19b09dccca6f68776e788 (diff) |
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 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index fdfca1a370a..5ad5a3b1a4c 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -293,7 +293,6 @@ CONFIG_CM922T_XA10 CONFIG_CMDLINE_EDITING CONFIG_CMDLINE_PS_SUPPORT CONFIG_CMDLINE_TAG -CONFIG_CMD_READ CONFIG_CMD_REGINFO CONFIG_CMD_REISER CONFIG_CMD_SANDBOX |