diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:39 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 15:41:53 -0400 |
commit | b75dfd2d4675e660ab20806641a063cdb65e99a0 (patch) | |
tree | 3c9c226c8cf36c4487a610e7291e2643b4d262cb /configs/sandbox_defconfig | |
parent | 6f62d7c4f7a2242a76e19b09dccca6f68776e788 (diff) | |
download | u-boot-b75dfd2d4675e660ab20806641a063cdb65e99a0.tar.gz u-boot-b75dfd2d4675e660ab20806641a063cdb65e99a0.tar.xz u-boot-b75dfd2d4675e660ab20806641a063cdb65e99a0.zip |
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 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 3fe2702d30..a1844d30a2 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -193,3 +193,6 @@ CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y CONFIG_UT_ENV=y +CONFIG_CMD_MTDPARTS=y +CONFIG_CMD_MTDPARTS_SPREAD=y +CONFIG_CMD_READ=y |