summaryrefslogtreecommitdiff
path: root/common/soft_i2c.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-08-15 12:51:27 (GMT)
committerStefan Roese <sr@denx.de>2007-08-15 12:51:27 (GMT)
commitd61ea14885631e58a25feaa81ee82eb464c62d6a (patch)
tree27927975039d0a15e6c6d4dfe8f765a76a12820a /common/soft_i2c.c
parent3ba4c2d68f6541db4677b4aea12071f56e6ff6e6 (diff)
parent594e79838ce5078a90d0c27abb2b2d61d5f8e8a7 (diff)
downloadu-boot-fsl-qoriq-d61ea14885631e58a25feaa81ee82eb464c62d6a.tar.xz
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'common/soft_i2c.c')
-rw-r--r--common/soft_i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/soft_i2c.c b/common/soft_i2c.c
index 0f6e3a9..c5d7e20 100644
--- a/common/soft_i2c.c
+++ b/common/soft_i2c.c
@@ -29,7 +29,7 @@
#ifdef CONFIG_MPC8260 /* only valid for MPC8260 */
#include <ioports.h>
#endif
-#ifdef CONFIG_AT91RM9200DK /* need this for the at91rm9200dk */
+#ifdef CONFIG_AT91RM9200 /* need this for the at91rm9200 */
#include <asm/io.h>
#include <asm/arch/hardware.h>
#endif