diff options
author | wdenk | 2005-05-09 10:17:32 +0000 |
---|---|---|
committer | wdenk | 2005-05-09 10:17:32 +0000 |
commit | ed16fefcbaf99a67a7dd7639898dbc896c70cb1b (patch) | |
tree | 588d9a44a35df45e937c09c8f8bd603f4c43efbe /CHANGELOG | |
parent | 931da93e0fced277c058c0c989d30bd1f6d10742 (diff) |
On LWMON we must use the watchdog to reset the board as the CPU
genereated HRESET pulse is too short to reset the external circuitry.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index bcadd598737..dbede2691da 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,10 @@ Changes for U-Boot 1.1.3: ====================================================================== +* On LWMON we must use the watchdog to reset the board as the CPU + genereated HRESET pulse is too short to reset the external + circuitry. + * Add test tool to exercise SDRAM accesses in burst mode (as standalone program, MPC8xx/PowerPC only) |