]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds
arm: Make all linker scripts compatible with per-symbol sections
[u-boot] / arch / arm / cpu / arm926ejs / spear / u-boot-spl.lds
index 7405917595e6ea8fe3bd9dec25c66b4cff1452a6..967a135b3b4843d32c7f19cea1fb6c4fe7c86a97 100644 (file)
@@ -37,8 +37,8 @@ SECTIONS
        . = ALIGN(4);
        .text   :
        {
-               arch/arm/cpu/arm926ejs/spear/start.o    (.text)
-               *(.text)
+               arch/arm/cpu/arm926ejs/spear/start.o    (.text*)
+               *(.text*)
        }
 
        . = ALIGN(4);
@@ -46,7 +46,7 @@ SECTIONS
 
        . = ALIGN(4);
        .data : {
-               *(.data)
+               *(.data*)
        }
 
        . = ALIGN(4);