ARM: OMAP4: Panda: rework DMM logic
[oweals/u-boot.git] / board / ti / am335x / u-boot.lds
index a9e3d34df9681a24ff5d296e6e58c3eac31cd4d1..78f294af408e53c7f6bbd77548d54f50c0156e57 100644 (file)
@@ -34,6 +34,7 @@ SECTIONS
        .text :
        {
                *(.__image_copy_start)
+               *(.vectors)
                CPUDIR/start.o (.text*)
                board/ti/am335x/built-in.o (.text*)
                *(.text*)
@@ -77,6 +78,8 @@ SECTIONS
                *(.__rel_dyn_end)
        }
 
+       .hash : { *(.hash*) }
+
        .end :
        {
                *(.__end)
@@ -117,7 +120,6 @@ SECTIONS
        .dynbss : { *(.dynbss) }
        .dynstr : { *(.dynstr*) }
        .dynamic : { *(.dynamic*) }
-       .hash : { *(.hash*) }
        .gnu.hash : { *(.gnu.hash) }
        .plt : { *(.plt*) }
        .interp : { *(.interp*) }