]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/zynq/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-nios
[u-boot] / arch / arm / cpu / armv7 / zynq / u-boot.lds
index a68b050f2bda6408d536a2f98fb1b19b4f928ad2..4dc9bb0102c3611cf78fb3c62d8b6f67a858c4a2 100644 (file)
@@ -18,6 +18,7 @@ SECTIONS
        .text :
        {
                *(.__image_copy_start)
+               *(.vectors)
                CPUDIR/start.o (.text*)
                *(.text*)
        }
@@ -60,7 +61,12 @@ SECTIONS
                *(.__rel_dyn_end)
        }
 
-       _end = .;
+       .end :
+       {
+               *(.__end)
+       }
+
+       _image_binary_end = .;
 
 /*
  * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c
@@ -83,7 +89,7 @@ SECTIONS
        }
 
        /*
-        * Zynq needs to discard more sections because the user
+        * Zynq needs to discard these sections because the user
         * is expected to pass this image on to tools for boot.bin
         * generation that require them to be dropped.
         */