Browse Source

Merge branch 'master' of git://git.denx.de/u-boot-i2c

Wolfgang Denk 14 years ago
parent
commit
20ee3cee4c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      drivers/i2c/soft_i2c.c

+ 1 - 3
drivers/i2c/soft_i2c.c

@@ -30,9 +30,7 @@
 #include <ioports.h>
 #include <asm/io.h>
 #endif
-#if defined(CONFIG_AT91RM9200) || \
-	defined(CONFIG_AT91SAM9260) ||  defined(CONFIG_AT91SAM9261) || \
-	defined(CONFIG_AT91SAM9263)
+#if defined(CONFIG_AT91FAMILY)
 #include <asm/io.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/at91_pio.h>