Re: [U-Boot] [PATCH 7/7] 4xx: Cleanup for partial linking and --gc-sections

2010-11-23 Thread Stefan Roese
Hi Wolfgang, On Tuesday 23 November 2010 20:55:03 Wolfgang Denk wrote: > > > --- a/arch/powerpc/cpu/ppc4xx/Makefile > > > +++ b/arch/powerpc/cpu/ppc4xx/Makefile > > > @@ -37,9 +37,9 @@ COBJS := 40x_spd_sdram.o > > > > > > ifndef CONFIG_NAND_SPL > > > ifndef CONFIG_NAND_U_BOOT > > > COBJS

Re: [U-Boot] [PATCH 7/7] 4xx: Cleanup for partial linking and --gc-sections

2010-11-23 Thread Wolfgang Denk
Dear Stefan Roese, In message <201011231431.18905...@denx.de> you wrote: > > > --- a/arch/powerpc/cpu/ppc4xx/Makefile > > +++ b/arch/powerpc/cpu/ppc4xx/Makefile > > @@ -37,9 +37,9 @@ COBJS := 40x_spd_sdram.o > > ifndef CONFIG_NAND_SPL > > ifndef CONFIG_NAND_U_BOOT > > COBJS += 44x_spd

Re: [U-Boot] [PATCH 7/7] 4xx: Cleanup for partial linking and --gc-sections

2010-11-23 Thread Stefan Roese
Hi Wolfgang, On Sunday 21 November 2010 22:03:40 Wolfgang Denk wrote: > This commit adapts 4xx boards for partial linking with --gc-sections. Thanks. One comment below. > diff --git a/arch/powerpc/cpu/ppc4xx/Makefile > b/arch/powerpc/cpu/ppc4xx/Makefile index d97ca20..93ebf89 100644 > --- a/a