From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Tue, 14 Oct 2014 16:20:19 +0200 Subject: [U-Boot] [PATCH] Revert "common, env: Fix support for environment in i2c eeprom" In-Reply-To: <543D1EA2.4040802@keymile.com> References: <1413278193-28886-1-git-send-email-valentin.longchamp@keymile.com> <543D17D3.608@esd.eu> <543D1EA2.4040802@keymile.com> Message-ID: <543D3123.1050309@esd.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/14/2014 03:01 PM, Holger Brunck wrote: > On 10/14/2014 02:32 PM, Matthias Fuchs wrote: >> Hi Valentin, >> >> my patch fixed environment from i2c eeprom. I am not sure on which board >> I ran into that trouble. Probably PMC440. So reverting my former patch >> will break environment in i2c eeprom again on many boards. >> >> But perhaps there's a better way to fix that. >> > > do you have CONFIG_I2C_ENV_EEPROM_BUS defined in your board config? No, I will give it a try. Matthias