summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2009-03-12 07:37:34 +0100
committerWolfgang Denk <wd@denx.de>2009-03-18 20:50:05 +0100
commit1b6275dfb173bd2edb8f208dd050d6f47ae39654 (patch)
tree3a898a6950dec2d6f92778797f5c9dc41a815b17 /drivers
parentd044954fe2a7e7a3dd104eb9c9d2104e38da2911 (diff)
downloadblackbird-obmc-uboot-1b6275dfb173bd2edb8f208dd050d6f47ae39654.tar.gz
blackbird-obmc-uboot-1b6275dfb173bd2edb8f208dd050d6f47ae39654.zip
8xx: add support for new keymile kmsupx4 board.
This patch adds support for the kmsupx4 board from Keymile, based on a Freescale MPC852T CPU - serial console on SMC1 - 32 MB SDRAM - 32 MB NOR Flash - Ethernet over SCC3 - I2C Bitbang Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/i2c/soft_i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c
index da6cec1fa2..ed5f5b2694 100644
--- a/drivers/i2c/soft_i2c.c
+++ b/drivers/i2c/soft_i2c.c
@@ -40,7 +40,7 @@
#ifdef CONFIG_LPC2292
#include <asm/arch/hardware.h>
#endif
-#ifdef CONFIG_MPC866 /* only valid for MPC866 */
+#if defined(CONFIG_MPC852T) || defined(CONFIG_MPC866)
#include <asm/io.h>
#endif
#include <i2c.h>
OpenPOWER on IntegriCloud