]> git.sur5r.net Git - u-boot/blobdiff - board/svm_sc8xx/u-boot.lds
Define IH_CPU_AVR32
[u-boot] / board / svm_sc8xx / u-boot.lds
index 0225f0b62f6066828b67da5d8b776c38d6e4258a..d7f7dc13292458e2f1f7e0c17bea9889ed0cc6f3 100644 (file)
@@ -80,6 +80,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -112,6 +113,14 @@ 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 = .;
@@ -134,4 +143,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-