Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
[oweals/u-boot.git] / board / xpedite1k / u-boot.lds.debug
index e0da854a4ddad786e0f030f288cfc876e6c040ac..5824cd9d57a92d448fedcde70bbd988319683858 100644 (file)
@@ -68,7 +68,7 @@ SECTIONS
     lib_ppc/extable.o  (.text)
     lib_generic/zlib.o         (.text)
 
-/*    common/environment.o(.text) */
+/*    common/env_embedded.o(.text) */
 
     *(.text)
     *(.fixup)
@@ -78,10 +78,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }