From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 29 Jul 2019 12:14:53 -0400 Subject: [U-Boot] [RESEND PATCH v2 01/13] davinci: remove CONFIG_DM_I2C_COMPAT from defconfigs In-Reply-To: <20190729065810.19452-2-brgl@bgdev.pl> References: <20190729065810.19452-1-brgl@bgdev.pl> <20190729065810.19452-2-brgl@bgdev.pl> Message-ID: <20190729161453.GA9901@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jul 29, 2019 at 08:57:58AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > This option is no longer used on any davinci board but still selected > in defconfigs which causes the following warning: > > ===================== WARNING ====================== > This board uses CONFIG_DM_I2C_COMPAT. Please remove > (possibly in a subsequent patch in your series) > before sending patches to the mailing list. > ==================================================== > > Remove all references to CONFIG_DM_I2C_COMPAT from davinci. > > Signed-off-by: Bartosz Golaszewski > Acked-by: Heiko Schocher > --- > configs/da850_am18xxevm_defconfig | 1 - > configs/omapl138_lcdk_defconfig | 1 - > include/configs/am3517_evm.h | 1 - > include/configs/omapl138_lcdk.h | 8 -------- > 4 files changed, 11 deletions(-) This breaks da850_am18xxevm as dvevm_read_mac_address() in arch/arm/mach-davinci/misc.c has not been updated for the i2c case. I suspect board/atmel/common/mac_eeprom.c::at91_set_ethaddr() could be adapted easily enough and if you don't have a chance to do so, I'll take a pass at that. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: