]> git.sur5r.net Git - u-boot/blobdiff - board/stxgp3/u-boot.lds
85xx: Convert STXGP3 & STXSSA to new TLB setup
[u-boot] / board / stxgp3 / u-boot.lds
index 1bbf20ae29fb78e078a0497f6e366861cf3ba17b..4a9a103bcb2101393ce05892864752c397835091 100644 (file)
@@ -40,7 +40,6 @@ SECTIONS
   .bootpg 0xFFFFF000 :
   {
     cpu/mpc85xx/start.o        (.bootpg)
-    board/stxgp3/init.o (.bootpg)
   } = 0xffff
 
   /* Read-only sections, merged into text segment: */
@@ -70,7 +69,6 @@ SECTIONS
   .text      :
   {
     cpu/mpc85xx/start.o        (.text)
-    board/stxgp3/init.o (.text)
     cpu/mpc85xx/commproc.o (.text)
     cpu/mpc85xx/traps.o (.text)
     cpu/mpc85xx/interrupts.o (.text)
@@ -146,7 +144,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)