Phytec Phycore-i.MX31 support
[oweals/u-boot.git] / board / flagadm / u-boot.lds
index d6bfb98e8a957369a385de86ff4ff9f806e4cf16..8ac0176c338c5cbdd87a31cbd3f744527ada5efe 100644 (file)
@@ -66,6 +66,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -117,7 +118,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)