[U-Boot] __bss_end__ and the like

Simon Glass sjg at chromium.org
Wed Nov 16 07:02:50 CET 2011


Hi,

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.

Regards,
SImon


More information about the U-Boot mailing list