From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Sat, 03 Aug 2013 06:05:45 +0200 Subject: [U-Boot] [PATCH V2] i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED In-Reply-To: <1375353140-5733-1-git-send-email-marex@denx.de> References: <1375353140-5733-1-git-send-email-marex@denx.de> Message-ID: <51FC8199.7050402@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Marek, Am 01.08.2013 12:32, schrieb Marek Vasut: > In case only the CONFIG_SYS_I2C_SPEED is set in configuration file, > the CONFIG_SYS_I2C_SOFT_SPEED is defined as CONFIG_SYS_I2C_SPEED. > The CONFIG_SYS_I2C_SOFT_SPEED is then used throughout the driver. > > Unfortunatelly, due to a typo in the driver, instead of defining > CONFIG_SYS_I2C_SOFT_SPEED, an CONFIG_SYS_SOFT_I2C_SPEED was defined > and therefore the driver failed to compile. The same applies for > CONFIG_SYS_I2C_SOFT_SLAVE , where the swap happens as well. > > This patch fixes the issue. > > Signed-off-by: Marek Vasut > Cc: Heiko Schocher > --- > drivers/i2c/soft_i2c.c | 8 ++++---- > include/configs/blackstamp.h | 4 ++-- > 2 files changed, 6 insertions(+), 6 deletions(-) > > V2: Fix blackstamp board too Thanks! Applied to u-boot-i2c master bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany