arm: add _end symbol to bootblock.ld

Hardware / Coreboot - Aaron Durbin [chromium.org] - 21 March 2015 02:44 UTC

It's helpful to view program size by inspecting the symbols. _start and _end exist on romstage and ramstage. In order to be consistent add _end for bootblock too.

BUG=None BRANCH=None TEST=Built and noted bootblock has _end symbol.

Change-Id: I06634b317e957e8271bf32530a56b5541c79b9ee

29df70f arm: add _end symbol to bootblock.ld
src/arch/arm/bootblock.ld | 1 +
1 file changed, 1 insertion(+)

Upstream: review.coreboot.org


  • Share