summaryrefslogtreecommitdiffstats
path: root/include/440_i2c.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-08-02 17:06:17 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-08-02 17:06:17 +0200
commit095b8a3798f1c6cd618092899e783dc2ee0d23f5 (patch)
tree397887e662586728029560b27873451b4547c430 /include/440_i2c.h
parent797638f9ff2dc8e57f7bf57bfaa83d60e0784ea0 (diff)
downloadtalos-obmc-uboot-095b8a3798f1c6cd618092899e783dc2ee0d23f5.tar.gz
talos-obmc-uboot-095b8a3798f1c6cd618092899e783dc2ee0d23f5.zip
Coding style cleanup
Diffstat (limited to 'include/440_i2c.h')
-rw-r--r--include/440_i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/440_i2c.h b/include/440_i2c.h
index 01a5bacaa4..9fdf7d8d0a 100644
--- a/include/440_i2c.h
+++ b/include/440_i2c.h
@@ -1,7 +1,7 @@
#ifndef _440_i2c_h_
#define _440_i2c_h_
-#if defined(CONFIG_440_EP) || defined(CONFIG_440_GR)
+#if defined(CONFIG_440_EP) || defined(CONFIG_440_GR)
#define I2C_BASE_ADDR (CFG_PERIPHERAL_BASE + 0x00000700)
#else
#define I2C_BASE_ADDR (CFG_PERIPHERAL_BASE + 0x00000400)
OpenPOWER on IntegriCloud