]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/etx094/u-boot.lds
mpc83xx: Add the support for MPC8315ERDB board
[karo-tx-uboot.git] / board / etx094 / u-boot.lds
index 3d202e3f4eafeae6310ca0061d6721827ddf8031..c231d82ddfe9bd60aff2ede8f86770e96973d28b 100644 (file)
@@ -79,6 +79,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -111,11 +112,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 = .;
@@ -128,7 +131,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)