linker script: throw away .discard section
[pandora-kernel.git] / arch / microblaze / kernel / vmlinux.lds.S
index d34d38d..a207543 100644 (file)
@@ -162,4 +162,6 @@ SECTIONS {
        }
        . = ALIGN(4096);
        _end = .;
+
+       /DISCARD/ : { *(.discard) }
 }