]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mx31ads/u-boot.lds
Merge git://git.denx.de/u-boot-fdt
[u-boot] / board / freescale / mx31ads / u-boot.lds
index 6da1d4b5f5cef55d0672302018b0ade6809a3323..8a4a8a2f078f8a7ddcada9572c58bf00abf22a6d 100644 (file)
@@ -22,6 +22,7 @@ SECTIONS
          /* WARNING - the following is hand-optimized to fit within    */
          /* the sector layout of our flash chips!      XXX FIXME XXX   */
 
+         *                                     (.vectors)
          arch/arm/cpu/arm1136/start.o          (.text*)
          board/freescale/mx31ads/built-in.o    (.text*)
          arch/arm/lib/built-in.o               (.text*)
@@ -69,6 +70,8 @@ SECTIONS
                *(.__rel_dyn_end)
        }
 
+       .hash : { *(.hash*) }
+
        .end :
        {
                *(.__end)
@@ -99,7 +102,7 @@ SECTIONS
        .dynbss : { *(.dynbss) }
        .dynstr : { *(.dynstr*) }
        .dynamic : { *(.dynamic*) }
-       .hash : { *(.hash*) }
+       .gnu.hash : { *(.gnu.hash) }
        .plt : { *(.plt*) }
        .interp : { *(.interp*) }
        .gnu : { *(.gnu*) }