]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8560ads/u-boot.lds
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
[u-boot] / board / freescale / mpc8560ads / u-boot.lds
index c2cba617eabb00b517e54cf23e37bf46c191f215..e2474e562f539fc0029089e6f322c12a9e9d1256 100644 (file)
@@ -35,7 +35,6 @@ SECTIONS
   .bootpg 0xFFFFF000 :
   {
     cpu/mpc85xx/start.o        (.bootpg)
-    board/freescale/mpc8560ads/init.o (.bootpg)
   } = 0xffff
 
   /* Read-only sections, merged into text segment: */
@@ -65,7 +64,6 @@ SECTIONS
   .text      :
   {
     cpu/mpc85xx/start.o        (.text)
-    board/freescale/mpc8560ads/init.o (.text)
     cpu/mpc85xx/commproc.o (.text)
     cpu/mpc85xx/traps.o (.text)
     cpu/mpc85xx/interrupts.o (.text)
@@ -141,7 +139,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)