diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-05-03 17:52:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-05-03 17:52:20 +0200 |
commit | 0cf7d8aa0b24577e50b4bf6ab5da87caa09cfd69 (patch) | |
tree | f496e5137c76b74a06fc9002edd12d63bd575f7f /cpu/mpc83xx | |
parent | 610cf3676ee7376e0a55419626a30414a7b20db2 (diff) | |
parent | 8fe9bf61efa6cab617dc99dfc5413e47f2ef969f (diff) |
Merge with git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git#mpc8349emds
Diffstat (limited to 'cpu/mpc83xx')
-rw-r--r-- | cpu/mpc83xx/i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc83xx/i2c.c b/cpu/mpc83xx/i2c.c index 4e70f808a4..70450f9e49 100644 --- a/cpu/mpc83xx/i2c.c +++ b/cpu/mpc83xx/i2c.c @@ -41,7 +41,7 @@ #include <i2c.h> #include <asm/i2c.h> -#if defined(CONFIG_MPC8349ADS) || defined(CONFIG_TQM834X) +#if defined(CONFIG_MPC8349EMDS) || defined(CONFIG_TQM834X) i2c_t * mpc8349_i2c = (i2c_t*)(CFG_IMMRBAR + CFG_I2C_OFFSET); #endif |