From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 06 May 2013 13:08:31 -0600 Subject: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework In-Reply-To: <1367668903-29653-9-git-send-email-hs@denx.de> References: <1367668903-29653-1-git-send-email-hs@denx.de> <1367668903-29653-9-git-send-email-hs@denx.de> Message-ID: <5187FFAF.6000802@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/04/2013 06:01 AM, Heiko Schocher wrote: > From: Simon Glass > > This enables CONFIG_SYS_I2C on Tegra, updating existing boards and the Tegra > i2c driver to support this. > include/configs/beaver.h | 5 ++- > include/configs/cardhu.h | 3 +- > include/configs/dalmore.h | 3 +- > include/configs/seaboard.h | 5 ++- > include/configs/trimslice.h | 5 ++- > include/configs/whistler.h | 5 ++- There are a lot more Tegra boards than just those. Shouldn't they all be updated? You also didn't Cc the Tegra maintainer - I have done on this mail.