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/T208xQDS.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/T208xQDS.h')
-rw-r--r-- | include/configs/T208xQDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index e792ec5c9d..9edf19081c 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -695,7 +695,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SYS_SATA2 CONFIG_SYS_MPC85xx_SATA2_ADDR #define CONFIG_SYS_SATA2_FLAGS FLAGS_DMA #define CONFIG_LBA48 -#define CONFIG_CMD_SATA #endif /* |