diff options
author | Simon Glass <sjg@chromium.org> | 2018-12-10 10:37:46 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-12-13 16:36:41 -0700 |
commit | 1e224fef9446e8c0cde57636dd8a36d0ebc85437 (patch) | |
tree | 1bec5b503c28ea96dbec549ff0226c8ad3cbae29 /configs/snow_defconfig | |
parent | 282e29eb4728c43fa42fcba816188cd5523bb6ee (diff) | |
download | u-boot-1e224fef9446e8c0cde57636dd8a36d0ebc85437.tar.gz u-boot-1e224fef9446e8c0cde57636dd8a36d0ebc85437.tar.bz2 u-boot-1e224fef9446e8c0cde57636dd8a36d0ebc85437.zip |
dm: exynos: Drop CONFIG_DM_I2C_COMPAT
This option is not needed anymore for all exynos boards except arndale.
Update the config.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/snow_defconfig')
-rw-r--r-- | configs/snow_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/snow_defconfig b/configs/snow_defconfig index 4d1c53d429..10e11fbb33 100644 --- a/configs/snow_defconfig +++ b/configs/snow_defconfig @@ -34,7 +34,6 @@ CONFIG_CMD_TPM_TEST=y CONFIG_CMD_EXT4_WRITE=y CONFIG_DEFAULT_DEVICE_TREE="exynos5250-snow" CONFIG_ENV_IS_IN_SPI_FLASH=y -CONFIG_DM_I2C_COMPAT=y CONFIG_I2C_CROS_EC_LDO=y CONFIG_I2C_MUX=y CONFIG_I2C_ARB_GPIO_CHALLENGE=y |