]> git.sur5r.net Git - u-boot/blobdiff - board/siemens/pcu_e/u-boot.lds.debug
Merge with /home/git/u-boot
[u-boot] / board / siemens / pcu_e / u-boot.lds.debug
index 9183016dd160f4146ccfd505780448dba4de779e..828afbbced10c8a199fb4b1cd2bd91d4334871be 100644 (file)
@@ -75,6 +75,8 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -107,6 +109,11 @@ 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 = .;
@@ -129,4 +136,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-