Merge with /home/wd/git/u-boot/custodian/u-boot-fdt
[oweals/u-boot.git] / board / mousse / u-boot.lds.rom
index a2059db3b8e839a9d940ce029da36932f007dca0..5a5722e81a3b429b1b95d9b37bde66965173b16f 100644 (file)
@@ -70,6 +70,8 @@ SECTIONS
     . = ALIGN(16);
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -102,6 +104,10 @@ 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 = .;
@@ -125,4 +131,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-