summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-05-09 13:32:33 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-05-09 13:32:33 +0200
commit67a94685225b289fb3344cf00fefa91fd93f24ae (patch)
treeb0207a8aaa0ed4f38ad5214c2d791d9f68965fa1 /cpu
parentf149d8643e8ae12f49bcf536d256c338508280d5 (diff)
parent0cf7d8aa0b24577e50b4bf6ab5da87caa09cfd69 (diff)
downloadbarebox-67a94685225b289fb3344cf00fefa91fd93f24ae.tar.gz
barebox-67a94685225b289fb3344cf00fefa91fd93f24ae.tar.xz
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'cpu')
-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