]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/icu862/u-boot.lds.debug
mx28evk: fix board config include guardian macro name
[karo-tx-uboot.git] / board / icu862 / u-boot.lds.debug
index 282738bd59eb4570523a734335e181d149a8c5f4..91d3e67e82bb567cd327834c1d34cc76c7d423a0 100644 (file)
@@ -55,11 +55,11 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/powerpc/cpu/mpc8xx/start.o    (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
-    arch/ppc/lib/extable.o     (.text)
+    arch/powerpc/lib/extable.o (.text)
 
     . = env_offset;
     common/env_embedded.o(.text)
@@ -131,6 +131,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }