]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/dvlhost/u-boot.lds
arm: make __image_copy_{start, end} compiler-generated
[karo-tx-uboot.git] / board / dvlhost / u-boot.lds
index ecd9efe8fc6de038953126d56c9054cf8364eda4..ee7219f7ec5595eddc9e56140c18e455a1c182f4 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/dvlhost/libdvlhost.o(.text*)
@@ -62,7 +63,10 @@ SECTIONS
 
        . = ALIGN (4);
 
-       __image_copy_end = .;
+       .image_copy_end :
+       {
+               *(.__image_copy_end)
+       }
 
        .rel.dyn : {
                __rel_dyn_start = .;