]> 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 edad51bc4180517a2093622296ce18bf0b27f2b4..0f6e3a938d270f45eeab76e4752e97ea6bf53578 100644 (file)
@@ -36,6 +36,9 @@
 #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)