]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds
Merge branch 'u-boot/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / spear / u-boot-spl.lds
index f3bd5e736757e756a4829206164052513d42e717..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,13 +46,7 @@ SECTIONS
 
        . = ALIGN(4);
        .data : {
-               *(.data)
-       }
-
-       . = ALIGN(4);
-
-       .u_boot_list : {
-               #include <u-boot.lst>
+               *(.data*)
        }
 
        . = ALIGN(4);
@@ -73,7 +67,7 @@ SECTIONS
                __bss_start = .;
                *(.bss*)
                . = ALIGN(4);
-               __bss_end__ = .;
+               __bss_end = .;
        }
 
        _end = .;