Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[oweals/u-boot.git] / board / siemens / CCM / u-boot.lds.debug
index 4e677216db9b36bf2008bd551c6b8333c708610b..3b50272ea65b333a7bf2f19649bfd51ee370df20 100644 (file)
@@ -74,6 +74,8 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }