]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8540ads/u-boot.lds
Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
[u-boot] / board / freescale / mpc8540ads / u-boot.lds
index a7c68b36485ada521cc7d767720a7dbab2bb5da3..86f8f13599e04a38b27ed3aad7c83f189ec8ce28 100644 (file)
@@ -35,7 +35,6 @@ SECTIONS
   .bootpg 0xFFFFF000 :
   {
     cpu/mpc85xx/start.o        (.bootpg)
-    board/freescale/mpc8540ads/init.o (.bootpg)
   } = 0xffff
 
   /* Read-only sections, merged into text segment: */
@@ -65,7 +64,6 @@ SECTIONS
   .text      :
   {
     cpu/mpc85xx/start.o        (.text)
-    board/freescale/mpc8540ads/init.o (.text)
     cpu/mpc85xx/traps.o (.text)
     cpu/mpc85xx/interrupts.o (.text)
     cpu/mpc85xx/cpu_init.o (.text)
@@ -138,7 +136,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)