]> git.sur5r.net Git - u-boot/blobdiff - board/ads5121/u-boot.lds
[new uImage] Do not compile new uImage format support by default
[u-boot] / board / ads5121 / u-boot.lds
index 34ceb0fdac45cd08c8529c312d08564e8fdec8fb..141895278e62c362a99f9ced964d868be6e2049e 100644 (file)
@@ -51,6 +51,7 @@ SECTIONS
   {
     cpu/mpc512x/start.o        (.text)
     *(.text)
+    *(.fixup)
     *(.got1)
     . = ALIGN(16);
     *(.rodata)
@@ -108,7 +109,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)