diff options
author | Simon Glass <sjg@chromium.org> | 2017-06-14 21:28:24 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-07-11 10:08:19 -0600 |
commit | 3bf926c0dd01e7beb3a6815b2e0f28e989fe4120 (patch) | |
tree | bf4a7429e399ea2d4e2a0d5890caa912e55c15b7 /include/configs/ot1200.h | |
parent | a6fb185c70d8ac455ed16d3bae23c3727db07116 (diff) | |
download | u-boot-3bf926c0dd01e7beb3a6815b2e0f28e989fe4120.tar.gz |
Convert CONFIG_CMD_SATA to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_SATA
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs/ot1200.h')
-rw-r--r-- | include/configs/ot1200.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 0582fa3688..7aeae7b1fd 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h @@ -57,10 +57,6 @@ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 -#ifdef CONFIG_MX6Q -#define CONFIG_CMD_SATA -#endif - /* * SATA Configs */ |