[DNX#2006033142000481] [U-Boot-Users] Resend: [PATCH]:correct flash base [...]
DENX Support System
support at denx.de
Fri Mar 31 23:50:19 CEST 2006
Hello list,
inside the automatic U-Boot patch tracking system a new ticket
[DNX#2006033142000481] was created:
<snip>
> Hi,
> Sorry, have to resend, the patch missed some lines. Here it is. Please
> ignore the previous one. Sorry for inconvenience.
>
> **********************************************************************************
>
> 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
> +the TFTP. Maybe 40000 will work too, that corresponds to the
> erased sectors.
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Power Architecture Resource Center: Free content, downloads,
> discussions,
> and more. http://solutions.newsforge.com/ibmarch.tmpl
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
</snip>
Your U-Boot support team
More information about the U-Boot
mailing list