]> 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 f2a59659881850ddf03ef5904a5dfdd42906e89d..4dc9bb0102c3611cf78fb3c62d8b6f67a858c4a2 100644 (file)
@@ -18,6 +18,7 @@ SECTIONS
        .text :
        {
                *(.__image_copy_start)
+               *(.vectors)
                CPUDIR/start.o (.text*)
                *(.text*)
        }
@@ -88,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.
         */