]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/soft_i2c.c
Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
[karo-tx-uboot.git] / common / soft_i2c.c
index bffcd4405ec5bbe5d550ec471f6e5f4657bd33fa..0f6e3a938d270f45eeab76e4752e97ea6bf53578 100644 (file)
 #include <asm/io.h>
 #include <asm/arch/hardware.h>
 #endif
+#ifdef CONFIG_IXP425                   /* only valid for IXP425 */
+#include <asm/arch/ixp425.h>
+#endif
+#ifdef CONFIG_LPC2292
+#include <asm/arch/hardware.h>
+#endif
 #include <i2c.h>
 
 #if defined(CONFIG_SOFT_I2C)