Merge with /home/raj/git/u-boot
[oweals/u-boot.git] / board / cpc45 / u-boot.lds
index 611ac0a06340fe0c4f7fc81625039f81d08c30e0..9ea26aa2659f27d7e779c382a9fc0d987d46ce1e 100644 (file)
@@ -70,6 +70,8 @@ SECTIONS
     . = ALIGN(16);
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -102,6 +104,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 = .;
@@ -125,4 +134,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-