]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
at91: Get rid of some warnings when building for otc570
authorMatthias Fuchs <matthias.fuchs@esd.eu>
Wed, 24 Mar 2010 09:16:20 +0000 (10:16 +0100)
committerWolfgang Denk <wd@denx.de>
Wed, 24 Mar 2010 12:06:24 +0000 (13:06 +0100)
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 <matthias.fuchs@esd.eu>
include/configs/otc570.h

index 8e27ebae9e8716582cdcdb06cce361fc5611f2a6..4fde012c8fb2877800411a5f3d488ef79e9ea78c 100644 (file)
        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 */