]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/yellowstone/u-boot.lds
Merge with /home/wd/git/u-boot/master
[u-boot] / board / amcc / yellowstone / u-boot.lds
index 5441e78064dfebba1f865a9188cabc7021cae10a..0f59a4fdc1524a84648684d27bc6993abc160707 100644 (file)
@@ -125,11 +125,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 = .;