]> git.sur5r.net Git - u-boot/blobdiff - board/iphase4539/u-boot.lds
Remove obsolete mpc5xxx linker scripts (2 of 3)
[u-boot] / board / iphase4539 / u-boot.lds
index 671e70db88ef49733c09e156815b96b7edcd6d89..4ea01eab661037ffebe15d8c223cd66dc26e688e 100644 (file)
@@ -60,6 +60,8 @@ SECTIONS
     . = ALIGN(16);
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -92,6 +94,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 = .;
@@ -114,4 +123,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-