]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm920t/ep93xx/u-boot.lds
arm: relocate_code(): Use __image_copy_end for end of relocation
[u-boot] / arch / arm / cpu / arm920t / ep93xx / u-boot.lds
index e483820f3f93b0ab02cc8bfc86daf5f97b11986b..d0b1ada8c63064437a64a23121c5918f6e4d0edd 100644 (file)
@@ -55,6 +55,9 @@ SECTIONS
        }
 
        . = ALIGN(4);
+
+       __image_copy_end = .;
+
        __bss_start = .;
        .bss : { *(.bss) }
        __bss_end = .;