diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:29 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:45:27 -0400 |
commit | 75eb9976b78ace0e667c1f5faf367acfaed141df (patch) | |
tree | 9750391ab931d9409280a8cb8320870163b1a047 /include/configs/dbau1x00.h | |
parent | 7a01f3c6f401cf36d21121e3207ce8044bd18be4 (diff) | |
download | u-boot-75eb9976b78ace0e667c1f5faf367acfaed141df.tar.gz |
Convert CONFIG_CMD_IDE to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_IDE
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/dbau1x00.h')
-rw-r--r-- | include/configs/dbau1x00.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h index e788f9c635..9db3380a95 100644 --- a/include/configs/dbau1x00.h +++ b/include/configs/dbau1x00.h @@ -69,13 +69,7 @@ #ifdef CONFIG_DBAU1550 -#undef CONFIG_CMD_IDE #undef CONFIG_CMD_PCMCIA - -#else - -#define CONFIG_CMD_IDE - #endif /* |