diff options
author | Simon Glass | 2017-06-14 21:28:24 -0600 |
---|---|---|
committer | Simon Glass | 2017-07-11 10:08:19 -0600 |
commit | 3bf926c0dd01e7beb3a6815b2e0f28e989fe4120 (patch) | |
tree | bf4a7429e399ea2d4e2a0d5890caa912e55c15b7 /include/configs/theadorable.h | |
parent | a6fb185c70d8ac455ed16d3bae23c3727db07116 (diff) |
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/theadorable.h')
-rw-r--r-- | include/configs/theadorable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h index 27cae9d5283..94e207c8c4b 100644 --- a/include/configs/theadorable.h +++ b/include/configs/theadorable.h @@ -23,7 +23,6 @@ /* * Commands configuration */ -#define CONFIG_CMD_SATA /* * The debugging version enables USB support via defconfig. |