[U-Boot] [PATCH 15/24 V2] 83xx: Cleanup for partial linking and--gc-sections
Haiying Wang
Haiying.Wang at freescale.com
Thu Nov 25 19:56:54 CET 2010
On Thu, 2010-11-25 at 11:32 -0700, Wolfgang Denk wrote:
> Dear Haiying Wang,
>
> In message <1290709405.2007.16.camel at 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))
"
More information about the U-Boot
mailing list