diff options
author | wdenk <wdenk> | 2004-10-10 21:21:55 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-10 21:21:55 +0000 |
commit | 03f5c55021c2d6297e66cc11bfea75f149a5d71c (patch) | |
tree | 658bdbc75b90b7a122c061fa2aca6d6eb94dfb67 /doc/README.mpc85xxads | |
parent | cf33678e51e02143ed67850b3f13646fd51fb489 (diff) | |
download | u-boot-imx-03f5c55021c2d6297e66cc11bfea75f149a5d71c.zip u-boot-imx-03f5c55021c2d6297e66cc11bfea75f149a5d71c.tar.gz u-boot-imx-03f5c55021c2d6297e66cc11bfea75f149a5d71c.tar.bz2 |
Patches by Jon Loeliger, 24 Aug 2004:
- Add support for the MPC8541 and MPC8555 CDS boards
- Cleanup eth?addr handling: make dependent on CONFIG_ETH?ADDR
Diffstat (limited to 'doc/README.mpc85xxads')
-rw-r--r-- | doc/README.mpc85xxads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.mpc85xxads b/doc/README.mpc85xxads index 146cff5..939de20 100644 --- a/doc/README.mpc85xxads +++ b/doc/README.mpc85xxads @@ -7,7 +7,7 @@ Updated 13-July-2004 Jon Loeliger 0. Toolchain The Binutils in current ELDK toolchain will not support MPC85xx - chip. You need use the newest binutils-2.14.tar.bz2 from + chip. You need to use binutils-2.14.tar.bz2 (or newer) from http://ftp.gnu.org/gnu/binutils. The 8540/8560 ADS code base is known to compile using: @@ -191,10 +191,10 @@ straightforward. 4.4 Reflash U-boot Image using U-boot - => tftp 0 u-boot.bin + => tftp 10000 u-boot.bin => protect off fff80000 ffffffff => erase fff80000 ffffffff - => cp.b 0 fff80000 80000 + => cp.b 10000 fff80000 80000 4.5 Reflash U-Boot with a BDI-2000 |