From: Mike Frysinger Date: Thu, 19 Feb 2009 06:19:49 +0000 (-0500) Subject: Blackfin: bf537-stamp: fix I2C board defines X-Git-Tag: v2009.03-rc1~5^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1b228d68f54832edd867ef98520f760f68192ab7;p=u-boot Blackfin: bf537-stamp: fix I2C board defines The previous merge for cleaning up the I2C driver incorrectly reverted the CFG_xxx rename for some of the I2C defines. Signed-off-by: Mike Frysinger Signed-off-by: Heiko Schocher --- diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h index 27567faab2..f6399a9f52 100644 --- a/include/configs/bf537-stamp.h +++ b/include/configs/bf537-stamp.h @@ -308,8 +308,8 @@ */ #define CONFIG_HARD_I2C 1 #define CONFIG_BFIN_TWI_I2C 1 -#define CFG_I2C_SPEED 50000 -#define CFG_I2C_SLAVE 0 +#define CONFIG_SYS_I2C_SPEED 50000 +#define CONFIG_SYS_I2C_SLAVE 0 #define CONFIG_EBIU_SDRRC_VAL 0x306 #define CONFIG_EBIU_SDGCTL_VAL 0x91114d