arm: relocate_code(): Use __image_copy_end for end of relocation
[platform/kernel/u-boot.git] / arch / arm / cpu / ixp / u-boot.lds
index 8345b55..388a67f 100644 (file)
@@ -54,6 +54,8 @@ SECTIONS
 
        . = ALIGN(4);
 
+       __image_copy_end = .;
+
        .rel.dyn : {
                __rel_dyn_start = .;
                *(.rel*)