]> git.sur5r.net Git - u-boot/blobdiff - board/ppmc8260/u-boot.lds
* Added VIA configuration table
[u-boot] / board / ppmc8260 / u-boot.lds
index 2eac3979e60c8c4528b8b8ab4789bca5e5189700..84d4b78b9ec523bbeac7c91618ed5d83a928b6a7 100644 (file)
@@ -62,6 +62,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -94,6 +95,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 = .;
@@ -116,4 +124,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-