[U-Boot] [PATCH v2 3/5] NAND boot: MPC8536DS support

Hu Mingkai-B21284 Mingkai.Hu at freescale.com
Mon Sep 14 04:33:16 CEST 2009


 

> -----Original Message-----
> From: Kumar Gala [mailto:galak at kernel.crashing.org] 
> Sent: Friday, September 11, 2009 10:49 PM
> To: Hu Mingkai-B21284
> Cc: Wood Scott-B07421; u-boot at lists.denx.de
> Subject: Re: [U-Boot] [PATCH v2 3/5] NAND boot: MPC8536DS support
> 
> 
> When I say match I just meant the differences should only be 
> the one's required.
> 
> For example I don't believe this difference is necessary:
> 
> @@ -69,8 +65,10 @@
>       PROVIDE (etext = .);
>       .rodata    :
>      {
> +    *(.rodata)
> +    *(.rodata1)
> +    *(.rodata.str1.4)
>       *(.eh_frame)
> -    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
>     } :text
>     .fini      : { *(.fini)    } =0
>     .ctors     : { *(.ctors)   }
> 

Ok, I have matched this difference with u-boot.lds in version 3.

Thanks,
Mingkai


More information about the U-Boot mailing list