]> git.sur5r.net Git - u-boot/blobdiff - board/etx094/u-boot.lds.debug
sh: Fix rsk7203 alignment problem
[u-boot] / board / etx094 / u-boot.lds.debug
index 458d4e076cdd693943ab8454edee4be8a5b062d4..8c55de4e84bc89991736896552e71a0615d02a3d 100644 (file)
@@ -55,15 +55,15 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    arch/ppc/cpu/mpc8xx/start.o        (.text)
-    arch/ppc/cpu/mpc8xx/traps.o        (.text)
-    arch/ppc/cpu/mpc8xx/interrupts.o   (.text)
-    arch/ppc/cpu/mpc8xx/cpu.o  (.text)
-    arch/ppc/cpu/mpc8xx/cpu_init.o     (.text)
-    arch/ppc/cpu/mpc8xx/speed.o        (.text)
-    arch/ppc/cpu/mpc8xx/serial.o       (.text)
-    arch/ppc/lib/extable.o     (.text)
-    arch/ppc/lib/ppcstring.o   (.text)
+    arch/powerpc/cpu/mpc8xx/start.o    (.text)
+    arch/powerpc/cpu/mpc8xx/traps.o    (.text)
+    arch/powerpc/cpu/mpc8xx/interrupts.o       (.text)
+    arch/powerpc/cpu/mpc8xx/cpu.o      (.text)
+    arch/powerpc/cpu/mpc8xx/cpu_init.o (.text)
+    arch/powerpc/cpu/mpc8xx/speed.o    (.text)
+    arch/powerpc/cpu/mpc8xx/serial.o   (.text)
+    arch/powerpc/lib/extable.o (.text)
+    arch/powerpc/lib/ppcstring.o       (.text)
     lib/string.o       (.text)
     lib/crc32.o                (.text)
     common/dlmalloc.o  (.text)
@@ -137,6 +137,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }