From 74dbfc252ff07a9c9b7fcf4511e561991d5bd46d Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 30 Jul 2013 13:46:58 -0700 Subject: arm: Remove __image_copy_end from the ARM linker script That symbol isn't used by anything and doesn't appear in other linker scripts. Change-Id: Iab54ecb3be2e262d7674ef8ee7ed13ea2e5b56f3 Signed-off-by: Gabe Black Reviewed-on: https://gerrit.chromium.org/gerrit/63776 Commit-Queue: Gabe Black Reviewed-by: Gabe Black Tested-by: Gabe Black Reviewed-on: http://review.coreboot.org/4399 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/arch/armv7/romstage.ld | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/arch/armv7/romstage.ld b/src/arch/armv7/romstage.ld index 146ba77b36..14c5bde3a6 100644 --- a/src/arch/armv7/romstage.ld +++ b/src/arch/armv7/romstage.ld @@ -73,9 +73,6 @@ SECTIONS _car_data_end = .; } - - __image_copy_end = .; - /* bss does not contain data, it is just a space that should be zero * initialized on startup. (typically uninitialized global variables) * crt0.S fills between _bss and _ebss with zeroes. -- cgit v1.2.3