On Wednesday 16 November 2011 01:02:50 Simon Glass wrote:
> grep -rs __bss_end__ * |wc
>     215    1011   11552
> grep -rs "__bss_end " * |wc
>      39     195    2175
> 
> I think we should standardise on one or other of these. To me it feels
> like __bss_end is correct, since we have __bss_start and none of the
> other symbols have a __ at the end.
> 
> Comments? If no objections then I will do a patch.

i'm not sure it'll make a difference, but "__bss_end" is the correct symbol imo
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to