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.

BUG=chrome-os-partner:19420
TEST=Built for snow.
BRANCH=None

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>
This commit is contained in:
Gabe Black 2013-07-30 13:46:58 -07:00 committed by ChromeBot
commit 9d955a3a90

View file

@ -68,9 +68,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.