diff options
author | Stefan Roese <sr@denx.de> | 2005-08-08 12:42:22 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-08-08 12:42:22 +0200 |
commit | 846b0dd2dca945c8bede8a34e2fa86e876715a06 (patch) | |
tree | 1fdce4c4eba5fd31df6027a99283ae6987c11007 /include/440_i2c.h | |
parent | 700a0c648df72f2c8e0589c0d0470b5ffd7cab7b (diff) | |
download | u-boot-imx-846b0dd2dca945c8bede8a34e2fa86e876715a06.zip u-boot-imx-846b0dd2dca945c8bede8a34e2fa86e876715a06.tar.gz u-boot-imx-846b0dd2dca945c8bede8a34e2fa86e876715a06.tar.bz2 |
Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)
Patch by Stefan Roese, 08 Aug 2005
Diffstat (limited to 'include/440_i2c.h')
-rw-r--r-- | include/440_i2c.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/440_i2c.h b/include/440_i2c.h index 9fdf7d8..9c90a9e 100644 --- a/include/440_i2c.h +++ b/include/440_i2c.h @@ -1,11 +1,11 @@ #ifndef _440_i2c_h_ #define _440_i2c_h_ -#if defined(CONFIG_440_EP) || defined(CONFIG_440_GR) +#if defined(CONFIG_440EP) || defined(CONFIG_440GR) #define I2C_BASE_ADDR (CFG_PERIPHERAL_BASE + 0x00000700) #else #define I2C_BASE_ADDR (CFG_PERIPHERAL_BASE + 0x00000400) -#endif /*CONFIG_440_EP CONFIG_440_GR*/ +#endif /*CONFIG_440EP CONFIG_440GR*/ #define I2C_REGISTERS_BASE_ADDRESS I2C_BASE_ADDR #define IIC_MDBUF (I2C_REGISTERS_BASE_ADDRESS+IICMDBUF) |