]> git.sur5r.net Git - u-boot/blobdiff - board/tqm8260/u-boot.lds
Define IH_CPU_AVR32
[u-boot] / board / tqm8260 / u-boot.lds
index 9d56f13a021988c1c292b8f53c3ab5e29b295da6..05f29c6ed08047d8226c6eea40aca4ee246759bb 100644 (file)
@@ -62,6 +62,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -94,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 = .;
@@ -116,4 +124,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-