]> git.sur5r.net Git - u-boot/blobdiff - board/rmu/u-boot.lds.debug
AT91SAM9261EK: hook up the ATMEL LCD driver
[u-boot] / board / rmu / u-boot.lds.debug
index 22138f8aad551c4f56dd7a80d077da666482598f..5cedcb13e0f64e35b7bb2a5da725aba6260c34b1 100644 (file)
@@ -22,7 +22,6 @@
  */
 
 OUTPUT_ARCH(powerpc)
-SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib);
 /* Do we need any of these for elf?
    __DYNAMIC = 0;    */
 SECTIONS
@@ -74,6 +73,8 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -128,4 +129,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-