]> git.sur5r.net Git - u-boot/blobdiff - board/cds/mpc8548cds/u-boot.lds
Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.
[u-boot] / board / cds / mpc8548cds / u-boot.lds
index 36d24073d20a3f5e7fa929cf38dd72fb220af979..2c8fe9603d9121882c49752a959458c5ee4fd6ea 100644 (file)
@@ -86,6 +86,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -118,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 = .;