From 03f5c55021c2d6297e66cc11bfea75f149a5d71c Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 10 Oct 2004 21:21:55 +0000 Subject: 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 --- doc/README.mpc85xxads | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/README.mpc85xxads') diff --git a/doc/README.mpc85xxads b/doc/README.mpc85xxads index 146cff552..939de20e8 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 -- cgit v1.2.3