diff options
author | stroese <stroese> | 2003-06-05 15:44:37 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-06-05 15:44:37 +0000 |
commit | 08eaea9c9fa4e8ea25325610c512cb90b6bea1dd (patch) | |
tree | acf9d6c6bf3db609a6d2f3b5a064a9ecc2425fa4 | |
parent | 53cf9435ccf9eaef84d35d00c3a2702f91f7886c (diff) | |
download | u-boot-imx-08eaea9c9fa4e8ea25325610c512cb90b6bea1dd.zip u-boot-imx-08eaea9c9fa4e8ea25325610c512cb90b6bea1dd.tar.gz u-boot-imx-08eaea9c9fa4e8ea25325610c512cb90b6bea1dd.tar.bz2 |
Patch from Stefan Roese.
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ Changes since U-Boot 0.3.1: ====================================================================== +* Patch by Stefan Roese, 05 Jun 2003: + - PPC4xx: Fix bug for initial stack in data cache as pointed out by + Thomas Schaefer (tschaefer@giga-stream.de). Now inital stack in + data cache can be used even if the chip select is in use. + - CFG_RX_ETH_BUFFER added to set the ethernet receive buffer count + (see README for further description). + - Changed config files of CONFIG_EEPRO100 boards to use the + CFG_RX_ETH_BUFFER define. + * Patch by Denis Peter, 04 June 2003: add support for the MIP405T board |