]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Merge branch 'master' of git://git.denx.de/u-boot-i2c
authorWolfgang Denk <wd@denx.de>
Mon, 31 Jan 2011 22:17:33 +0000 (23:17 +0100)
committerWolfgang Denk <wd@denx.de>
Mon, 31 Jan 2011 22:17:33 +0000 (23:17 +0100)
drivers/i2c/soft_i2c.c

index 1a1809ac16ad40c26d7b2dc26f900239af10030d..69b5f42205f427255344ad55913896d426774464 100644 (file)
@@ -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>