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_nand_defconfig | |
parent | 351a4aa050c834954498e2114cab3429597b7c92 (diff) | |
download | u-boot-a9484aa769b0f8312abbfa5698b685e188eea78e.tar.gz |
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_nand_defconfig')
-rw-r--r-- | configs/brppt1_nand_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/brppt1_nand_defconfig b/configs/brppt1_nand_defconfig index 1cfd5fc709..275727d11f 100644 --- a/configs/brppt1_nand_defconfig +++ b/configs/brppt1_nand_defconfig @@ -73,7 +73,6 @@ CONFIG_BLK=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_MMC is not set |