diff options
author | Heiko Schocher <hs@pollux.denx.de> | 2006-04-11 14:39:21 +0200 |
---|---|---|
committer | Heiko Schocher <hs@pollux.denx.de> | 2006-04-11 14:39:21 +0200 |
commit | bb74140defaff27ccd4c7f8ecfec3244f5890777 (patch) | |
tree | 611e4b46cf0c17a06c30d021833a8ad6fd874997 /CHANGELOG | |
parent | 3a5e21881a194f4d4e053be8410d82a2458e8544 (diff) | |
download | u-boot-imx-bb74140defaff27ccd4c7f8ecfec3244f5890777.zip u-boot-imx-bb74140defaff27ccd4c7f8ecfec3244f5890777.tar.gz u-boot-imx-bb74140defaff27ccd4c7f8ecfec3244f5890777.tar.bz2 |
Fixes common/cmd_flash.c:
- fix some compiler/parser error, if using m68k tool chain
- optical fix for protect on/off all messages, if using more
then one bank
Patch by Jens Scharsig, 28 July 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Fixes common/cmd_flash.c: + + - fix some compiler/parser error, if using m68k tool chain + - optical fix for protect on/off all messages, if using more + then one bank + Patch by Jens Scharsig, 28 July 2005 + * Fix Lite5200B support: initialize SDelay register See Freescale's AN3221 "MPC5200B SDRAM Initialization and Configuration", 3.3.1 SDelay--MBAR + 0x0190 |