]> git.sur5r.net Git - u-boot/blobdiff - board/rmu/u-boot.lds.debug
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
[u-boot] / board / rmu / u-boot.lds.debug
index 22138f8aad551c4f56dd7a80d077da666482598f..894b9bd25b7e9af166b295d8ffdfd242f34f671f 100644 (file)
@@ -74,6 +74,8 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -128,4 +130,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-