summaryrefslogtreecommitdiff
path: root/cpu/mpc83xx
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-05-03 17:52:20 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-05-03 17:52:20 +0200
commit0cf7d8aa0b24577e50b4bf6ab5da87caa09cfd69 (patch)
treef496e5137c76b74a06fc9002edd12d63bd575f7f /cpu/mpc83xx
parent610cf3676ee7376e0a55419626a30414a7b20db2 (diff)
parent8fe9bf61efa6cab617dc99dfc5413e47f2ef969f (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.c2
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