]> git.sur5r.net Git - u-boot/blobdiff - board/sixnet/u-boot.lds
Merge with /home/wd/git/u-boot/master
[u-boot] / board / sixnet / u-boot.lds
index f35328a555ca5a6e3beb7940e0589d827bace5d3..00d6496df2048263c1d3db89dca0ef9b518504bc 100644 (file)
@@ -98,11 +98,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 = .;