]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED
authorMarek Vasut <marex@denx.de>
Thu, 1 Aug 2013 10:32:20 +0000 (12:32 +0200)
committerHeiko Schocher <hs@denx.de>
Sat, 3 Aug 2013 04:01:18 +0000 (06:01 +0200)
commit90f002a90f5ac9087737fbc9e781f3519e011f28
treebf8c2e8f39d4a3f3cb31fb08cbef20691dd3af18
parent245d65b6e503f3a159cffb3392ac3b2c25606d8e
i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED

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 <marex@denx.de>
Cc: Heiko Schocher <hs@denx.de>
drivers/i2c/soft_i2c.c
include/configs/blackstamp.h