]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix auto_update for MCC200 board.
authorWolfgang Denk <wd@pollux.denx.de>
Wed, 10 Jan 2007 00:28:39 +0000 (01:28 +0100)
committerWolfgang Denk <wd@denx.de>
Wed, 10 Jan 2007 00:28:39 +0000 (01:28 +0100)
commit787fa15860a57833e50bd30555079a9cd4e519b8
treeddf344513127a6ebb7505be0f87eaa00dd2885f6
parentf4eb54529bb3664c3a562e488b460fe075f79d67
Fix auto_update for MCC200 board.

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.
board/mcc200/auto_update.c
board/mcc200/mcc200.c