]> git.sur5r.net Git - u-boot/blobdiff - board/alaska/u-boot.lds
Merge with /home/wd/git/u-boot/master
[u-boot] / board / alaska / u-boot.lds
index 6e4a060bb6ab4b19b22805a9f96c40422e20ca12..ba20a352e0824fcd17d323031a82c89e76014307 100644 (file)
@@ -93,11 +93,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 = .;