From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Ford Date: Sun, 7 Oct 2018 08:39:21 -0500 Subject: [U-Boot] [PATCH V2] ARM: da850evm_direct_nor: Remove DM_I2C_COMPAT Message-ID: <20181007133921.3633-1-aford173@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The da850evm does not need this enabled, so this removes a notice that appears during compile time that says "Please remove" Signed-off-by: Adam Ford --- V2: Limit scope to da850evm_direct_nor_defconfig since the am18 version has an EEPROM diff --git a/configs/da850evm_direct_nor_defconfig b/configs/da850evm_direct_nor_defconfig index 8ea522af93..b7423034db 100644 --- a/configs/da850evm_direct_nor_defconfig +++ b/configs/da850evm_direct_nor_defconfig @@ -40,7 +40,6 @@ CONFIG_DM=y CONFIG_BLK=y CONFIG_DA8XX_GPIO=y CONFIG_DM_I2C=y -CONFIG_DM_I2C_COMPAT=y CONFIG_SYS_I2C_DAVINCI=y # CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y -- 2.17.1