summaryrefslogtreecommitdiff
path: root/board/mcc200/mcc200.c
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 /board/mcc200/mcc200.c
parentdd520bf314c7add4183c5191692180f576f96b60 (diff)
automatic update mechanism
Diffstat (limited to 'board/mcc200/mcc200.c')
-rw-r--r--board/mcc200/mcc200.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/mcc200/mcc200.c b/board/mcc200/mcc200.c
index 5d74bdeb4..67969a601 100644
--- a/board/mcc200/mcc200.c
+++ b/board/mcc200/mcc200.c
@@ -44,6 +44,7 @@ DECLARE_GLOBAL_DATA_PTR;
extern flash_info_t flash_info[]; /* FLASH chips info */
+extern int do_auto_update(void);
ulong flash_get_size (ulong base, int banknum);
#ifndef CFG_RAMBOOT
@@ -227,6 +228,10 @@ int misc_init_r (void)
{
ulong flash_sup_end, snum;
+#ifdef CONFIG_AUTO_UPDATE
+ /* this has priority over all else */
+ do_auto_update();
+#endif
/*
* Adjust flash start and offset to detected values
*/