[U-Boot-Users] [PATCH] MPC8641HPCN u-boot.lds problem with ELDK 4.0

Wolfgang Denk wd at denx.de
Fri Dec 1 00:15:03 CET 2006


In message <1164920966.323.30.camel at kaboom.lisle.iphase.com> you wrote:
>
> diff --git a/board/mpc8641hpcn/u-boot.lds b/board/mpc8641hpcn/u-boot.lds
> index b34de8e..c2f6727 100644
> --- a/board/mpc8641hpcn/u-boot.lds
> +++ b/board/mpc8641hpcn/u-boot.lds
> @@ -120,7 +120,7 @@ SECTIONS
>    _edata  =  .;
>    PROVIDE (edata = .);
> 
> -  __u_boot_cmd_start = .;
> +  __u_boot_cmd_start = ADDR(.u_boot_cmd);
>    .u_boot_cmd : { *(.u_boot_cmd) }
>    __u_boot_cmd_end = .;

I think there should be a ". = .;" line before the __u_boot_cmd_start
like we do on other boards. Please verify that this  works  for  you,
too, and resubmit.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"I say we take off; nuke the site from orbit. It's the only way to be
sure."                                  - Corporal Hicks, in "Aliens"




More information about the U-Boot mailing list