]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Merge with /home/tur/proj/usb_sticks/u-boot
authorWolfgang Denk <wd@pollux.denx.de>
Thu, 13 Jul 2006 22:48:06 +0000 (00:48 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Thu, 13 Jul 2006 22:48:06 +0000 (00:48 +0200)
1  2 
CHANGELOG

diff --cc CHANGELOG
index 7d7784b058c3f251a98d65ea00dff8571ee80c74,97e18f5914a6e9e331ddb2294c50a0b720a78b76..614ec569b707b4215bd350a1fc24d074d1ee7745
+++ b/CHANGELOG
@@@ -2,19 -2,8 +2,21 @@@
  Changes since U-Boot 1.1.4:
  ======================================================================
  
+ * Fix problems with SanDisk Corporation Cruzer Micro USB memory stick.
 +* Add support for TQM885D board.
 +  Patch by Martin Krause, 20 Mar 2006
 +
 +* Fix FEC initialisation: All MII configuration is done via FEC1
 +  registers, but MII_SPEED was configured according to FEC used. So
 +  if only FEC2 was used, this caused the real MII_SPEED register in
 +  FEC1 to stay uninitalised, leqading to "mii_send STUCK!" messages.
 +  Fix: always configure MII_SPEED on FEC1 only.
 +  Patch by Markus Klotzbuecher, 12 Jul 2006
 +
 +* Add support for SPC1920 board.
 +  Patch by Markus Klotzbuecher, 12 Jul 2006
 +  
  * MCC200 board: support console on any one of the Quad UART ports.
  
  * Fix error in flash protection calculation on MCC200 board.