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 <gabeblack@google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/63776
Commit-Queue: Gabe Black <gabeblack@chromium.org>
Reviewed-by: Gabe Black <gabeblack@chromium.org>
Tested-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/4399
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
Gabe Black 2013-07-30 13:46:58 -07:00 committed by Patrick Georgi
parent 80e6293a89
commit 74dbfc252f
1 changed files with 0 additions and 3 deletions

View File

@ -73,9 +73,6 @@ SECTIONS
_car_data_end = .; _car_data_end = .;
} }
__image_copy_end = .;
/* bss does not contain data, it is just a space that should be zero /* bss does not contain data, it is just a space that should be zero
* initialized on startup. (typically uninitialized global variables) * initialized on startup. (typically uninitialized global variables)
* crt0.S fills between _bss and _ebss with zeroes. * crt0.S fills between _bss and _ebss with zeroes.