]> git.sur5r.net Git - u-boot/blobdiff - board/pm826/u-boot.lds
Add Vibren (was Accelent) PXA255 IDP Support
[u-boot] / board / pm826 / u-boot.lds
index ce6c4540d075028597ec0db06ed81c9121a74827..a486ab09e8d83b0309b0dc56df8cf1383636008e 100644 (file)
@@ -94,11 +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 = .;