diff options
author | Konstantin Porotchkin <kostap@marvell.com> | 2017-02-16 13:52:33 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-03-29 07:38:10 +0200 |
commit | edd40229d975df48c89bb88b606a0aae16f947fc (patch) | |
tree | 149b255416fb2fe0d40a735a83e69609c4582d2b /configs | |
parent | fc2d466764f3f20ba13388fb438e22e74a05a056 (diff) |
arm64: a37xx: Remove DM_I2C_COMPAT from the board config
Remove DM_I2C_COMPAT from the board configurations for
Armada 37xx platform boards for supressing the buid tim
warning.
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Igal Liberman <igall@marvell.com>
Cc: Nadav Haklai <nadavh@marvell.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mvebu_db-88f3720_defconfig | 1 | ||||
-rw-r--r-- | configs/mvebu_espressobin-88f3720_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/mvebu_db-88f3720_defconfig b/configs/mvebu_db-88f3720_defconfig index bdb96e9ba1..3e548a8471 100644 --- a/configs/mvebu_db-88f3720_defconfig +++ b/configs/mvebu_db-88f3720_defconfig @@ -38,7 +38,6 @@ CONFIG_SHA1=y CONFIG_SHA256=y CONFIG_BLOCK_CACHE=y CONFIG_DM_I2C=y -CONFIG_DM_I2C_COMPAT=y CONFIG_MISC=y CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig index d1749bc2a1..f02ae64ff1 100644 --- a/configs/mvebu_espressobin-88f3720_defconfig +++ b/configs/mvebu_espressobin-88f3720_defconfig @@ -38,7 +38,6 @@ CONFIG_SHA1=y CONFIG_SHA256=y CONFIG_BLOCK_CACHE=y CONFIG_DM_I2C=y -CONFIG_DM_I2C_COMPAT=y CONFIG_MISC=y CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y |