]> git.sur5r.net Git - u-boot/blobdiff - board/flagadm/u-boot.lds
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[u-boot] / board / flagadm / u-boot.lds
index f36259acb9c992abfc42f881062e69ef465b2371..0da55d97911f48bca7446676adb3029375068cab 100644 (file)
@@ -52,20 +52,17 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/powerpc/cpu/mpc8xx/start.o    (.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }