summaryrefslogtreecommitdiff
path: root/include/asm-ppc/i2c.h
diff options
context:
space:
mode:
authorDave Liu <daveliu@freescale.com>2006-10-25 14:41:21 -0500
committerKim Phillips <kim.phillips@freescale.com>2006-11-03 19:42:18 -0600
commitf6eda7f80ccc13d658020268c507d7173cf2e8aa (patch)
treeeb9ddcc13eab92630486bd7da53258c7cd704086 /include/asm-ppc/i2c.h
parent3894c46c27c64891f93ac04edde86a9fa9758d92 (diff)
downloadu-boot-imx-f6eda7f80ccc13d658020268c507d7173cf2e8aa.zip
u-boot-imx-f6eda7f80ccc13d658020268c507d7173cf2e8aa.tar.gz
u-boot-imx-f6eda7f80ccc13d658020268c507d7173cf2e8aa.tar.bz2
mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
Incorporated the common unified variable names and the changes in preparation for releasing mpc8360 patches. Signed-off-by: Dave Liu <daveliu@freescale.com>
Diffstat (limited to 'include/asm-ppc/i2c.h')
-rw-r--r--include/asm-ppc/i2c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc/i2c.h b/include/asm-ppc/i2c.h
index 1680d3a..2ae3367 100644
--- a/include/asm-ppc/i2c.h
+++ b/include/asm-ppc/i2c.h
@@ -91,8 +91,8 @@ typedef struct i2c
/*
* MPC8349 have two i2c bus
*/
-extern i2c_t * mpc8349_i2c;
-#define I2C mpc8349_i2c
+extern i2c_t * mpc83xx_i2c;
+#define I2C mpc83xx_i2c
#else
#define I2C ((i2c_t*)(CFG_IMMRBAR + CFG_I2C_OFFSET))
#endif