diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-03 23:24:19 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-03 23:24:19 (GMT) |
commit | 3e0bc4473add883fd68a49b7dab971191b943415 (patch) | |
tree | bc2a973acf23534f1bb467b4c82c434af8242be5 /CHANGELOG | |
parent | 460c322f13ec0e20d3ac72fe375873458999e43a (diff) | |
download | u-boot-fsl-qoriq-3e0bc4473add883fd68a49b7dab971191b943415.tar.xz |
Fix typos in cpu/85xx/start.S which caused DataTLB exception to be
routed to the Watchdog handler
Patch by Eugene Surovegin, 18 Jun 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes for U-Boot 1.1.3: ====================================================================== +* Fix typos in cpu/85xx/start.S which caused DataTLB exception to be + routed to the Watchdog handler + Patch by Eugene Surovegin, 18 Jun 2005 + * (re)enabled scsi commands do_scsi() and do_scsiboot() Patch by Denis Peter, 06 Dec 2004 |