diff options
author | Wolfgang Denk <wd@denx.de> | 2010-03-29 12:33:43 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-03-29 12:33:43 +0200 |
commit | 0020db3f0da61f3e2c8a459a87598e07594dc8ac (patch) | |
tree | 2fe0852444f2412149130186bc740914f4ba794f /include/configs/otc570.h | |
parent | 0d41ad7edcd23b6f23a1cf4e07b2d773493306fd (diff) | |
parent | 2883cc2d48e99fd1873ef8af03fee7966611b735 (diff) |
Merge remote branch 'origin/master' into next
Diffstat (limited to 'include/configs/otc570.h')
-rw-r--r-- | include/configs/otc570.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/otc570.h b/include/configs/otc570.h index 8e27ebae9e..4fde012c8f 100644 --- a/include/configs/otc570.h +++ b/include/configs/otc570.h @@ -102,6 +102,7 @@ at91_set_pio_output(AT91_PIO_PORTB, 4, 0); \ at91_set_pio_output(AT91_PIO_PORTB, 5, 0); \ } +#define I2C_SOFT_DECLARATIONS /* Configure data pin as output */ #define I2C_ACTIVE at91_set_pio_output(AT91_PIO_PORTB, 4, 0) /* Configure data pin as input */ |