]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - nand_spl/board/freescale/mx31pdk/u-boot.lds
imx: Fix automatic make targets for imx images
[karo-tx-uboot.git] / nand_spl / board / freescale / mx31pdk / u-boot.lds
index a26110f393d8c452c3746eed59b28c5c621fdb38..5f2b5e20228950c38e77f70d9bec859bb6c50799 100644 (file)
@@ -49,7 +49,7 @@ SECTIONS
 
        . = ALIGN(4);
        .u_boot_list : {
-               #include <u-boot.lst>
+               *(SORT(.u_boot_list*));
        }
 
        . = ALIGN(4);
@@ -73,7 +73,7 @@ SECTIONS
                __bss_start = .;
                *(.bss)
                 . = ALIGN(4);
-               __bss_end__ = .;
+               __bss_end = .;
        }
 
        /DISCARD/ : { *(.bss*) }