]> git.sur5r.net Git - u-boot/blobdiff - board/esd/dasa_sim/u-boot.lds
Merge /home/roy/CVS/7448/Open_Source/u-boot.git.dev
[u-boot] / board / esd / dasa_sim / u-boot.lds
index 831fc0c14d19ee684e5f99a946e328322652e892..fef5b524331695479dbad53fcdc6bf5b74fcbb2d 100644 (file)
@@ -100,6 +100,8 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -132,6 +134,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 = .;