]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m54455evb/u-boot.stm
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / freescale / m54455evb / u-boot.stm
index 3dd9a6b0477c60208011a9b1825dc820d44c056b..46773d0d97f1512cee01469f84d3cca795b15966 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mcf5445x/start.o               (.text)
+    arch/m68k/cpu/mcf5445x/start.o             (.text)
 
     *(.text)
     *(.fixup)
@@ -131,6 +131,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }