diff options
author | Wolfgang Denk <wd@denx.de> | 2007-08-14 18:03:48 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-14 18:03:48 +0200 |
commit | 3f76451b4a9f52f8c37a0526df217d12175182ea (patch) | |
tree | 0c40d10e755ee3cc71cfce81a1a28f5584eda2a0 /common | |
parent | 71d67f43dabe8dd8adbe594b6c61944a2d106efa (diff) | |
parent | e54b970173769307a116bd34028b6d0c2eea2a4e (diff) | |
download | u-boot-3f76451b4a9f52f8c37a0526df217d12175182ea.tar.gz |
Merge with /home/wd/git/u-boot/custodian/u-boot-arm
Diffstat (limited to 'common')
-rw-r--r-- | common/soft_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/soft_i2c.c b/common/soft_i2c.c index 0f6e3a938d..c5d7e205e5 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 |