]> git.sur5r.net Git - u-boot/blobdiff - board/tqm8260/u-boot.lds
Define IH_CPU_AVR32
[u-boot] / board / tqm8260 / u-boot.lds
index 5df4cdb321cab817d889e1e20dbc53470cc085b3..05f29c6ed08047d8226c6eea40aca4ee246759bb 100644 (file)
@@ -61,6 +61,8 @@ SECTIONS
     . = ALIGN(16);
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -93,6 +95,13 @@ SECTIONS
   _edata  =  .;
   PROVIDE (edata = .);
 
+  . = .;
+  __u_boot_cmd_start = .;
+  .u_boot_cmd : { *(.u_boot_cmd) }
+  __u_boot_cmd_end = .;
+
+
+  . = .;
   __start___ex_table = .;
   __ex_table : { *(__ex_table) }
   __stop___ex_table = .;
@@ -115,4 +124,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-