]> 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 1242aaaf67eac1e4592dd811a5c2fd9978a5bb4e..c231d82ddfe9bd60aff2ede8f86770e96973d28b 100644 (file)
@@ -79,6 +79,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -130,7 +131,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)