]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx48/u-boot.lds
TX6 Release 2013-04-22
[karo-tx-uboot.git] / board / karo / tx48 / u-boot.lds
index ea4a058777e38b0d7e92ae07ca32602c15108ee1..ba7f4eb5d883bac6b8b58f5de9f2eb0b7e8a9df3 100644 (file)
@@ -32,8 +32,8 @@ SECTIONS
        .text :
        {
                __image_copy_start = .;
-               CPUDIR/start.o (.text)
-               *(.text)
+               CPUDIR/start.o (.text*)
+               *(.text*)
        }
 
        . = ALIGN(4);
@@ -41,15 +41,17 @@ SECTIONS
 
        . = ALIGN(4);
        .data : {
-               *(.data)
+               *(.data*)
        }
 
        . = ALIGN(4);
 
        . = .;
-       __u_boot_cmd_start = .;
-       .u_boot_cmd : { *(.u_boot_cmd) }
-       __u_boot_cmd_end = .;
+
+       . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
 
        . = ALIGN(4);