PPC: Use r2 instead of r29 as global data pointer
[oweals/u-boot.git] / cpu / mpc8220 / u-boot.lds
index a199a64f13183f7db36c41c8baed028debec45b6..98b0a7924443e1d83a493e1538c684d1d5aa93f5 100644 (file)
@@ -55,6 +55,7 @@ SECTIONS
   {
     cpu/mpc8220/start.o        (.text)
     *(.text)
+    *(.fixup)
     *(.got1)
     . = ALIGN(16);
     *(.rodata)
@@ -112,7 +113,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)