commit | 75eb9976b78ace0e667c1f5faf367acfaed141df | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 03:25:29 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 22 12:45:27 2017 -0400 |
tree | 9750391ab931d9409280a8cb8320870163b1a047 | |
parent | 7a01f3c6f401cf36d21121e3207ce8044bd18be4 [diff] [blame] |
Convert CONFIG_CMD_IDE to Kconfig This converts the following to Kconfig: CONFIG_CMD_IDE Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/malta64_defconfig b/configs/malta64_defconfig index a7f14bd..a342bec 100644 --- a/configs/malta64_defconfig +++ b/configs/malta64_defconfig
@@ -6,6 +6,7 @@ CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="malta # " # CONFIG_AUTOBOOT is not set +CONFIG_CMD_IDE=y # CONFIG_CMD_LOADB is not set # CONFIG_CMD_LOADS is not set # CONFIG_CMD_FPGA is not set