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.