arm: make __image_copy_{start, end} compiler-generated
[oweals/u-boot.git] / board / actux1 / u-boot.lds
index 989ad7121d19a519435b81ef0631ab4d1d21ade8..531e5986cb83b8ff66482ba9994c5019787b33d7 100644 (file)
@@ -30,6 +30,7 @@ SECTIONS
 
        . = ALIGN (4);
        .text : {
+               *(.__image_copy_start)
                arch/arm/cpu/ixp/start.o(.text*)
                net/libnet.o(.text*)
                board/actux1/libactux1.o(.text*)
@@ -62,7 +63,10 @@ SECTIONS
 
        . = ALIGN (4);
 
-       __image_copy_end = .;
+       .image_copy_end :
+       {
+               *(.__image_copy_end)
+       }
 
        .rel.dyn : {
                __rel_dyn_start = .;