]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mpc8610hpcd/u-boot.lds
Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdev
[karo-tx-uboot.git] / board / freescale / mpc8610hpcd / u-boot.lds
index ae9c6c4a033eb5f4398abbdb0708d20a1b17f9f4..b88138e193ddd13cf8089a17b64222522d72b953 100644 (file)
@@ -51,7 +51,6 @@ SECTIONS
   .text :
   {
     cpu/mpc86xx/start.o        (.text)
-    board/freescale/mpc8610hpcd/init.o (.bootpg)
     cpu/mpc86xx/traps.o (.text)
     cpu/mpc86xx/interrupts.o (.text)
     cpu/mpc86xx/cpu_init.o (.text)
@@ -123,7 +122,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss      :
+  .bss (NOLOAD)             :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)