]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/vpac270/u-boot-spl.lds
Merge branch 'master' of git://git.denx.de/u-boot-usb
[karo-tx-uboot.git] / board / vpac270 / u-boot-spl.lds
index 20161a46a64579d219e54b534b3f1fc04907f6f4..dc437d1f2329232320da07e3899d32895544a8d2 100644 (file)
@@ -57,10 +57,6 @@ SECTIONS
                *(.data)
        }
 
-       .u_boot_list : {
-               #include <u-boot.lst>
-       }
-
        . = ALIGN(4);
 
        .rel.dyn : {
@@ -82,7 +78,7 @@ SECTIONS
                __bss_start = .;
                *(.bss)
                 . = ALIGN(4);
-               __bss_end__ = .;
+               __bss_end = .;
        }
 
        /DISCARD/ : { *(.bss*) }