]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8641hpcn/u-boot.lds
Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
[u-boot] / board / freescale / mpc8641hpcn / u-boot.lds
index fd163622a82918f0041ff8ba21c979250922cd35..06d491bec92eead0a64ee0fdb8de1396486561c2 100644 (file)
@@ -51,7 +51,6 @@ SECTIONS
   .text      :
   {
     cpu/mpc86xx/start.o        (.text)
-    board/freescale/mpc8641hpcn/init.o (.bootpg)
     cpu/mpc86xx/traps.o (.text)
     cpu/mpc86xx/interrupts.o (.text)
     cpu/mpc86xx/cpu_init.o (.text)
@@ -124,7 +123,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)