summaryrefslogtreecommitdiff
path: root/board/mcc200/auto_update.c
AgeCommit message (Collapse)Author
2007-01-10Fix auto_update for MCC200 board.Wolfgang Denk
The invocation of do_auto_update() is moved to the end of the misc_init_r() function, after the flash mappings have been initialized. Please find attached a patch that implements that change. Also correct the decoding of the keypad status. With this update, the key that will trigger the update is Column 2, Row 2.
2006-12-22Minor code cleanup; update CHANGELOG.Wolfgang Denk
2006-12-08automatic update mechanismAndrei Safronov