diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:40 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:10 -0400 |
commit | 9c21df15474b9f722822a95d334796cd97b3448b (patch) | |
tree | 30671b4ef6168db60cba852afe54a3ceed749257 /include/configs/am3517_evm.h | |
parent | 53b5bf3c1d24c3a0d92c7cf0824a51bde41ee321 (diff) | |
download | u-boot-9c21df15474b9f722822a95d334796cd97b3448b.tar.gz |
Convert CONFIG_SPL_I2C_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/am3517_evm.h')
-rw-r--r-- | include/configs/am3517_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index a5507f4469..2ae2af7ba8 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -346,7 +346,6 @@ #define CONFIG_SPL_LIBCOMMON_SUPPORT #define CONFIG_SPL_LIBDISK_SUPPORT -#define CONFIG_SPL_I2C_SUPPORT #define CONFIG_SPL_LIBGENERIC_SUPPORT #define CONFIG_SPL_MMC_SUPPORT #define CONFIG_SPL_SERIAL_SUPPORT |