]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/vpac270/u-boot-spl.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / vpac270 / u-boot-spl.lds
index 5d66c13a4bd38302fb34fcebd450fb8cd9bc6820..61d1154aff6a598582fd7f024db3ae50567ce87c 100644 (file)
@@ -54,15 +54,13 @@ SECTIONS
 
        . = ALIGN(4);
        .data : {
-               *(.data)
-       }
-
-       .u_boot_list : {
-               #include <u-boot.lst>
+               *(.data*)
        }
 
        . = ALIGN(4);
 
+       __image_copy_end = .;
+
        .rel.dyn : {
                __rel_dyn_start = .;
                *(.rel*)
@@ -80,7 +78,7 @@ SECTIONS
 
        .bss __rel_dyn_start (OVERLAY) : {
                __bss_start = .;
-               *(.bss)
+               *(.bss*)
                 . = ALIGN(4);
                __bss_end = .;
        }