Re: [U-Boot] [PATCH 15/24 V2] 83xx: Cleanup for partial linking and--gc-sections

2010-11-26 Thread Wolfgang Denk
Dear Haiying Wang, In message <1290711414.2007.18.ca...@haiying-laptop> you wrote: > > I mean: > " > - *(.got2) > + KEEP(*(.got2)) I see. Of course you are right. Thanks for pointing out. I will post an updated patch. Best regards, Wolfgang Denk -- DENX Software En

Re: [U-Boot] [PATCH 15/24 V2] 83xx: Cleanup for partial linking and--gc-sections

2010-11-25 Thread Haiying Wang
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 fi

Re: [U-Boot] [PATCH 15/24 V2] 83xx: Cleanup for partial linking and--gc-sections

2010-11-25 Thread Wolfgang Denk
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_

Re: [U-Boot] [PATCH 15/24 V2] 83xx: Cleanup for partial linking and--gc-sections

2010-11-25 Thread Haiying Wang
On Thu, 2010-11-25 at 09:00 -0700, Wolfgang Denk wrote: > Signed-off-by: Wolfgang Denk > Cc: Kim Phillips > --- > Kim, allthough the 83xx boards appear to build fine at first glance, > some (or all?) of the NAND boot images are 4 GB in size. Could you > please have a look what's going wrong the

Re: [U-Boot] [PATCH 15/24 V2] 83xx: Cleanup for partial linking and --gc-sections

2010-11-25 Thread Wolfgang Denk
Dear Kim, In message <1290700844-31427-16-git-send-email...@denx.de> I wrote: > Signed-off-by: Wolfgang Denk > Cc: Kim Phillips > --- > Kim, allthough the 83xx boards appear to build fine at first glance, > some (or all?) of the NAND boot images are 4 GB in size. Could you > please have a look

[U-Boot] [PATCH 15/24 V2] 83xx: Cleanup for partial linking and --gc-sections

2010-11-25 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Kim Phillips --- Kim, allthough the 83xx boards appear to build fine at first glance, some (or all?) of the NAND boot images are 4 GB in size. Could you please have a look what's going wrong there? Thanks. Kim, if it's OK with you I will pull this directly.