diff options
| author | Wolfgang Denk <wd@pollux.(none)> | 2005-08-02 17:06:17 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@pollux.(none)> | 2005-08-02 17:06:17 +0200 | 
| commit | 095b8a3798f1c6cd618092899e783dc2ee0d23f5 (patch) | |
| tree | 397887e662586728029560b27873451b4547c430 /include/440_i2c.h | |
| parent | 797638f9ff2dc8e57f7bf57bfaa83d60e0784ea0 (diff) | |
| download | olio-uboot-2014.01-095b8a3798f1c6cd618092899e783dc2ee0d23f5.tar.xz olio-uboot-2014.01-095b8a3798f1c6cd618092899e783dc2ee0d23f5.zip | |
Coding style cleanup
Diffstat (limited to 'include/440_i2c.h')
| -rw-r--r-- | include/440_i2c.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/440_i2c.h b/include/440_i2c.h index 01a5bacaa..9fdf7d8d0 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) |