]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx53/u-boot.lds
TX6 Release 2013-04-22
[karo-tx-uboot.git] / board / karo / tx53 / u-boot.lds
index 7842ff83a9fe436592e73a6e1a66c4467049e3a1..f22babd521ae99f6e906594332636ef22b417db5 100644 (file)
@@ -29,10 +29,10 @@ SECTIONS
         . = ALIGN(4);
         .text :
         {
-               board/karo/tx53/lowlevel_init.o (.text)
+               board/karo/tx53/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);