[U-Boot-Users] [PATCH]:correct flash base address in README.mpc83xx to be the same as that in source code

neil chu hanjin.chu at freescale.net
Mon Oct 17 08:03:59 CEST 2005


Hi,

********************************************************************************** 
This is a patch for MPC8349E ADS board readme in README.mpc83xxads. 
This patch corrects u-boot base address described in the
README.mpc83xxads to be the same as text base set in the source code.

Log Entry:

* Patched by Neil Chu, Oct 2005 
  Correct the flash base address in README.mpc83xx so that it is the
same as TEXT base address 
  setting in u-boot source code. 
***********************************************************************************
---
diff -Nur u-boot-1.1.3/doc/README.mpc83xxads u-boot-1.1.3-
after/doc/README.mpc83xxads
--- u-boot-1.1.3/doc/README.mpc83xxads  2005-08-14 07:53:35.000000000
+0800
+++ u-boot-1.1.3-after/doc/README.mpc83xxads    2005-10-14
10:34:19.871711464 +0800
@@ -83,15 +83,15 @@
 5.1 Reflash U-boot Image using U-boot

     tftp 10000 u-boot.bin
-    protect off fe000000 fe09ffff
-    erase fe000000 fe09ffff
+    protect off all
+    erase fe700000 fe73ffff

-    cp.b 10000 fe000000 xxxx
+    cp.b 10000 fe700000 xxxx
 or
-    cp.b 10000 fe000000 a0000
+    cp.b 10000 fe700000 40000

-You might have to supply the correct byte count for 'xxxx' from
-the TFTP.  Maybe a0000 will work too, that corresponds to the
+You might have to supply the correct byte count in hex for 'xxxx' from






More information about the U-Boot mailing list