]> git.sur5r.net Git - u-boot/blobdiff - board/xpedite1k/u-boot.lds
board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
[u-boot] / board / xpedite1k / u-boot.lds
index 92466c4cb7383f0d4788ab90805561ac1ac49810..0f08637107be73edc2f43908adc3f00bc98a7ac9 100644 (file)
@@ -93,6 +93,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -125,11 +126,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 = .;