OneNAND Initial Program Loader (IPL) support
[oweals/u-boot.git] / cpu / mpc5xxx / u-boot-customlayout.lds
index 11079430d57b9bb74edeb3538876b914035f003a..4e10ddbcc2aefd434e3c61f16f3173d4111fb78c 100644 (file)
@@ -66,6 +66,7 @@ SECTIONS
     common/environment.o        (.ppcenv)
 
     *(.text)
+    *(.fixup)
     *(.got1)
     . = ALIGN(16);
     *(.rodata)
@@ -123,7 +124,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)