Mercurial > flash_v2
changeset 1244:0c4f43524d06
Disable watchdog by default
| author | gthomas |
|---|---|
| date | Wed, 24 Sep 2003 16:09:57 +0000 |
| parents | 4f0c5ba87a3a |
| children | 844ff6aec80b |
| files | packages/hal/powerpc/moab/current/ChangeLog packages/hal/powerpc/moab/current/src/moab.S |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/powerpc/moab/current/ChangeLog +++ b/packages/hal/powerpc/moab/current/ChangeLog @@ -1,3 +1,7 @@ +2003-09-24 Gary Thomas <gary@mlbassoc.com> + + * src/moab.S: Disable GPIO16 (watchdog timer) as output by default. + 2003-09-22 Gary Thomas <gary@mlbassoc.com> * cdl/hal_powerpc_moab.cdl: Need to force 'fconfig' since that is now
--- a/packages/hal/powerpc/moab/current/src/moab.S +++ b/packages/hal/powerpc/moab/current/src/moab.S @@ -109,7 +109,7 @@ 10: dcbf 0,r3 lwi r3,0x00004080 stw r3,0(r4) lwi r4,GPIO_TCR // Tri-state control - enables outputs - lwi r3,0x0003C080 + lwi r3,0x00034080 stw r3,0(r4) li r3,DCR_SDRAM0_CFG // See if SDRAM already configured
