]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mpc8555cds/u-boot.lds
85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
[karo-tx-uboot.git] / board / freescale / mpc8555cds / u-boot.lds
index df21ea86e634ba6b77a0b582597102328f9c61e8..1cbadf22352cfcce3f92f09b647a31be313bfe48 100644 (file)
@@ -34,7 +34,6 @@ SECTIONS
   .bootpg 0xFFFFF000 :
   {
     cpu/mpc85xx/start.o        (.bootpg)
-    board/freescale/mpc8555cds/init.o (.bootpg)
   } = 0xffff
 
   /* Read-only sections, merged into text segment: */
@@ -64,7 +63,6 @@ SECTIONS
   .text      :
   {
     cpu/mpc85xx/start.o        (.text)
-    board/freescale/mpc8555cds/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)