diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-13 00:46:05 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-13 00:46:05 +0100 |
commit | b38dbd4622a2abeedf9fcb1806958d9afac0bbd4 (patch) | |
tree | 5141e4352c2db17593f8c30b0f19cb6ab3ba354d /CHANGELOG | |
parent | f07217c9e2912af5b2f05d61829f62cc865b481f (diff) | |
download | u-boot-imx-b38dbd4622a2abeedf9fcb1806958d9afac0bbd4.zip u-boot-imx-b38dbd4622a2abeedf9fcb1806958d9afac0bbd4.tar.gz u-boot-imx-b38dbd4622a2abeedf9fcb1806958d9afac0bbd4.tar.bz2 |
Fix bug in [id]cache_status commands for MPC85xx processors;
should look at LSB of L1CSRn registers to determine if L1 cache is
enabled, not the MSB.
Patch by Murray Jensen, 19 Jul 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Fix bug in [id]cache_status commands for MPC85xx processors; + should look at LSB of L1CSRn registers to determine if L1 cache is + enabled, not the MSB. + Patch by Murray Jensen, 19 Jul 2005 + * Fix array overflow with fw_setenv on uninitialised environment Patch by Murray Jensen, 15 Jul 2005 |