diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-02-19 01:19:49 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-02-21 19:23:20 -0500 |
commit | 1b228d68f54832edd867ef98520f760f68192ab7 (patch) | |
tree | caa87b61c61881596b37dd3502dba5798ad83927 /include | |
parent | edff7bcc4d5540df8b416274652ff02e94c38b9e (diff) | |
download | u-boot-imx-1b228d68f54832edd867ef98520f760f68192ab7.zip u-boot-imx-1b228d68f54832edd867ef98520f760f68192ab7.tar.gz u-boot-imx-1b228d68f54832edd867ef98520f760f68192ab7.tar.bz2 |
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 <vapier@gentoo.org>
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/bf537-stamp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h index 27567fa..f6399a9 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 |