Re: [U-Boot] [PATCH] at91: Get rid of some warnings when building for otc570

2010-03-24 Thread Matthias Fuchs
> Dear Matthias Fuchs, > > In message <201003241016.20459.matthias.fu...@esd.eu> you wrote: > > The soft-i2c code for AT91 defines I2C_SOFT_DECLARATIONS > > for direct access by dereferencing a pio pointer. > > The OTC570 platform uses the AT91 gpio API so it does not > > need the pio variable. >

Re: [U-Boot] [PATCH] at91: Get rid of some warnings when building for otc570

2010-03-24 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <201003241016.20459.matthias.fu...@esd.eu> you wrote: > The soft-i2c code for AT91 defines I2C_SOFT_DECLARATIONS > for direct access by dereferencing a pio pointer. > The OTC570 platform uses the AT91 gpio API so it does not > need the pio variable. > > Signed-off-

[U-Boot] [PATCH] at91: Get rid of some warnings when building for otc570

2010-03-24 Thread Matthias Fuchs
The soft-i2c code for AT91 defines I2C_SOFT_DECLARATIONS for direct access by dereferencing a pio pointer. The OTC570 platform uses the AT91 gpio API so it does not need the pio variable. Signed-off-by: Matthias Fuchs --- include/configs/otc570.h |1 + 1 files changed, 1 insertions(+), 0 del