summaryrefslogtreecommitdiffstats
path: root/include/configs/mcc200.h
diff options
context:
space:
mode:
authorAndrei Safronov <safronov@pollux.denx.de>2006-12-08 16:23:08 +0100
committerAndrei Safronov <safronov@pollux.denx.de>2006-12-08 16:23:08 +0100
commitcdb97a6678826f85e7c69eae6a1c113d034c9b10 (patch)
tree9fe8cb40a818690fe35604a3181457b5c9342675 /include/configs/mcc200.h
parentdd520bf314c7add4183c5191692180f576f96b60 (diff)
downloadblackbird-obmc-uboot-cdb97a6678826f85e7c69eae6a1c113d034c9b10.tar.gz
blackbird-obmc-uboot-cdb97a6678826f85e7c69eae6a1c113d034c9b10.zip
automatic update mechanism
Diffstat (limited to 'include/configs/mcc200.h')
-rw-r--r--include/configs/mcc200.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/mcc200.h b/include/configs/mcc200.h
index 0c935bfcea..f60973b26d 100644
--- a/include/configs/mcc200.h
+++ b/include/configs/mcc200.h
@@ -94,6 +94,8 @@
#define CONFIG_USB_OHCI
#define ADD_USB_CMD CFG_CMD_USB | CFG_CMD_FAT
#define CONFIG_USB_STORAGE
+/* automatic software updates (see board/mcc200/auto_update.c) */
+#define CONFIG_AUTO_UPDATE 1
/*
* Supported commands
@@ -173,7 +175,7 @@
* I2C configuration
*/
#define CONFIG_HARD_I2C 1 /* I2C with hardware support */
-#define CFG_I2C_MODULE 1 /* Select I2C module #1 or #2 */
+#define CFG_I2C_MODULE 2 /* Select I2C module #1 or #2 */
#define CFG_I2C_SPEED 100000 /* 100 kHz */
#define CFG_I2C_SLAVE 0x7F
OpenPOWER on IntegriCloud