diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-01-11 11:23:01 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-01-11 11:23:01 -0600 |
commit | ec00c335789aea61ec13f41356805c690f059572 (patch) | |
tree | d780af876b03dcf8bfdfd6935bd238e1c2af9b77 /CHANGELOG | |
parent | a15b44dbfa2e4537b231da066b589992b0ee629d (diff) | |
download | u-boot-imx-ec00c335789aea61ec13f41356805c690f059572.zip u-boot-imx-ec00c335789aea61ec13f41356805c690f059572.tar.gz u-boot-imx-ec00c335789aea61ec13f41356805c690f059572.tar.bz2 |
Only disable the MPC83xx watchdog if its enabled out of reset.
If its disabled out of reset SW can later enable it if so desired
Patch by Kumar Gala, 11 Jan 2006
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Only disable the MPC83xx watchdog if its enabled out of reset. + If its disabled out of reset SW can later enable it if so desired + Patch by Kumar Gala, 11 Jan 2006 + * Allow config of GPIO direction & data registers at boot on 83xx Patch by Kumar Gala, 11 Jan 2006 |