Merge branch 'evk1100-prep'
[platform/kernel/u-boot.git] / board / tqc / tqm8xx / u-boot.lds
index 5af36c9..19c1541 100644 (file)
@@ -63,7 +63,6 @@ SECTIONS
     lib_generic/crc32.o                (.text)
     lib_generic/zlib.o         (.text)
     lib_ppc/cache.o            (.text)
-    lib_ppc/time.o             (.text)
 
     . = DEFINED(env_offset) ? env_offset : .;
     common/env_embedded.o      (.ppcenv)
@@ -76,10 +75,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }