]> git.sur5r.net Git - u-boot/blobdiff - board/gw8260/u-boot.lds
* Added VIA configuration table
[u-boot] / board / gw8260 / u-boot.lds
index 6db9a67f5da923d32c04efc8fe570f2bd57e5ce7..ab65cb11fc262b0edb90eb66b7381f2ba60b6add 100644 (file)
@@ -61,6 +61,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -93,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 = .;
@@ -115,4 +123,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-