X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fsoft_i2c.c;h=c5d7e205e5442d87cec9530b212bf873e7fc9bf3;hb=507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07;hp=edad51bc4180517a2093622296ce18bf0b27f2b4;hpb=bee01a3c166bc7ef4903e4e756d58a109067283f;p=u-boot diff --git a/common/soft_i2c.c b/common/soft_i2c.c index edad51bc41..c5d7e205e5 100644 --- a/common/soft_i2c.c +++ b/common/soft_i2c.c @@ -29,13 +29,16 @@ #ifdef CONFIG_MPC8260 /* only valid for MPC8260 */ #include #endif -#ifdef CONFIG_AT91RM9200DK /* need this for the at91rm9200dk */ +#ifdef CONFIG_AT91RM9200 /* need this for the at91rm9200 */ #include #include #endif #ifdef CONFIG_IXP425 /* only valid for IXP425 */ #include #endif +#ifdef CONFIG_LPC2292 +#include +#endif #include #if defined(CONFIG_SOFT_I2C)