diff --git a/src/arch/armv7/romstage.ld b/src/arch/armv7/romstage.ld index 6e86acdfe0..fa7c184064 100644 --- a/src/arch/armv7/romstage.ld +++ b/src/arch/armv7/romstage.ld @@ -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.