]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx51/u-boot.lds
TX6 Release 2013-04-22
[karo-tx-uboot.git] / board / karo / tx51 / u-boot.lds
index 9180f865518e12ea0ed41a4422ee07544249e1ab..5cf498f17e8326f83329be17c9e6779bc4cb1a92 100644 (file)
@@ -29,10 +29,10 @@ SECTIONS
         . = ALIGN(4);
         .text :
         {
-               board/karo/tx51/lowlevel_init.o (.text)
+               board/karo/tx51/lowlevel_init.o (.text*)
                 __image_copy_start = .;
-                CPUDIR/start.o (.text)
-                *(.text)
+                CPUDIR/start.o (.text*)
+                *(.text*)
         }
 
         . = ALIGN(4);
@@ -40,15 +40,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);