arm: make __image_copy_{start, end} compiler-generated
[oweals/u-boot.git] / board / actux2 / u-boot.lds
index 0e206704ff9a8ed66cf37d0d2889dd3448ff72f7..aff773ce9c4b89baef696b51541a742bdb97080b 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/actux2/libactux2.o(.text*)
@@ -62,7 +63,10 @@ SECTIONS
 
        . = ALIGN (4);
 
-       __image_copy_end = .;
+       .image_copy_end :
+       {
+               *(.__image_copy_end)
+       }
 
        .rel.dyn : {
                __rel_dyn_start = .;