[U-Boot] [PATCH] ARM: Fix __bss_start and __bss_end in linker scripts

Tom Rini trini at ti.com
Fri Apr 5 22:23:30 CEST 2013


On Fri, Apr 05, 2013 at 10:04:02PM +0200, Albert ARIBAUD wrote:

> The two general ideas of my proposal are:
> 
> 1) to separate testing the image (text,data,rodata,lists) size on the
>    one hand and the image BSS size on the other hand, and
> 
> 2) to consider that if a target defines an image max size and a BSS
> max size, then the image max size does not include the BSS size ; and
> if it defined an image max size but no BSS max size, then the image max
> size includes the BSS.
> 
> The first idea allows boards with disjoint image and BSS to still check
> eahc part's size, a thing not feasible with the current code; the
> second idea allows fewer changes, but if one wants CONFIG_SPL_MAX_SIZE
> to have a strict meaning, we can drop idea #2 and still keep idea #1.

Make it so, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130405/b8484aa6/attachment.pgp>


More information about the U-Boot mailing list