]> git.sur5r.net Git - u-boot/blobdiff - board/tqm8540/u-boot.lds
Add Vibren (was Accelent) PXA255 IDP Support
[u-boot] / board / tqm8540 / u-boot.lds
index ffd75629b73828d6af691b87d3537cf627b36f39..4fdf87c8c19410a1d12b59e2240e8dc8c1edd308 100644 (file)
@@ -119,10 +119,12 @@ 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 = .;