On Thu, 2010-11-25 at 11:32 -0700, Wolfgang Denk wrote:
> Dear Haiying Wang,
> 
> In message <1290709405.2007.16.ca...@haiying-laptop> you wrote:
> >
> > I think the u-boot.lds in nand_spl/board/freescale/mpc83xx/ needs to
> > have the fix as well.
> 
> Which fix do you mean?
> 
> I see two such files:
> 
>         nand_spl/board/freescale/mpc8313erdb/u-boot.lds
>         nand_spl/board/freescale/mpc8315erdb/u-boot.lds
> 
> They are identical and look sane to me.
> 
> OK, we can drop the "*(.eh_frame)" line, but it doesn't hurt either.
> 
> Which exact fix do you have in mind?
I mean:
"
-               *(.got2)
+               KEEP(*(.got2))
"




_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to