From: Konstantin Porotchkin <[email protected]> Remove DM_I2C_COMPAT from the board configurations for Armada 37xx platform boards for supressing the buid tim warning.
Signed-off-by: Konstantin Porotchkin <[email protected]> Cc: Stefan Roese <[email protected]> Cc: Igal Liberman <[email protected]> Cc: Nadav Haklai <[email protected]> --- Changes for v2: - This patch was missing in v1 configs/mvebu_db-88f3720_defconfig | 1 - configs/mvebu_espressobin-88f3720_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/configs/mvebu_db-88f3720_defconfig b/configs/mvebu_db-88f3720_defconfig index bdb96e9..3e548a8 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 d1749bc..f02ae64 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 -- 2.7.4 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

