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:
parent
2b94099847
commit
9d955a3a90
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue