]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/oxc/u-boot.lds
Remove obsolete mpc824x linker scripts (2 of 4)
[karo-tx-uboot.git] / board / oxc / u-boot.lds
index 0e0b0e67612e6ea6766fc3b462ab2290bef70c4e..2a5cd2ebd9dc6661cc8a1c71e04ecaa5957c6bc4 100644 (file)
@@ -68,6 +68,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -100,6 +101,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 = .;
@@ -123,4 +131,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-