]> git.sur5r.net Git - u-boot/blobdiff - board/mpc8560ads/u-boot.lds
Merge with /home/m8/git/u-boot
[u-boot] / board / mpc8560ads / u-boot.lds
index c307d638526dfc3c4f4ed940679c8ea93827cc14..40e8a1cd3684ab7f7424f78948bd5524fe1fe6ea 100644 (file)
@@ -123,10 +123,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 = .;