diff options
author | Hannes Schmelzer <hannes.schmelzer@br-automation.com> | 2019-01-31 09:24:45 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-09 07:50:58 -0500 |
commit | a9484aa769b0f8312abbfa5698b685e188eea78e (patch) | |
tree | 16791e609fc785f7ef60535ab910379684951733 /configs/brppt1_mmc_defconfig | |
parent | 351a4aa050c834954498e2114cab3429597b7c92 (diff) | |
download | u-boot-a9484aa769b0f8312abbfa5698b685e188eea78e.tar.gz u-boot-a9484aa769b0f8312abbfa5698b685e188eea78e.tar.xz u-boot-a9484aa769b0f8312abbfa5698b685e188eea78e.zip |
board/BuR/brppt1: drop DM_I2C_COMPAT
The TPS62517 PMIC driver has been partially converted to DM, so the
legacy I2C access layer isn't needed anymore.
Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
Diffstat (limited to 'configs/brppt1_mmc_defconfig')
-rw-r--r-- | configs/brppt1_mmc_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/brppt1_mmc_defconfig b/configs/brppt1_mmc_defconfig index 083b5f7e5f..f2d8220126 100644 --- a/configs/brppt1_mmc_defconfig +++ b/configs/brppt1_mmc_defconfig @@ -71,7 +71,6 @@ CONFIG_SPL_DM_SEQ_ALIAS=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_DM_GPIO=y CONFIG_DM_I2C=y -CONFIG_DM_I2C_COMPAT=y CONFIG_I2C_SET_DEFAULT_BUS_NUM=y CONFIG_MISC=y CONFIG_DM_MMC=y |