mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
[oweals/u-boot.git] / include / asm-ppc / i2c.h
index 1680d3a7c155ab07db92be67304ec6501be09135..2ae33670fde1ec72af1ec8282bfc687559423b57 100644 (file)
@@ -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