[PATCH] disable init/initramfs.c: architectures
[powerpc.git] / arch / m68knommu / kernel / vmlinux.lds.S
index bfade20..c86a1bf 100644 (file)
@@ -159,10 +159,12 @@ SECTIONS {
                __security_initcall_start = .;
                *(.security_initcall.init)
                __security_initcall_end = .;
+#ifdef CONFIG_BLK_DEV_INITRD
                . = ALIGN(4);
                __initramfs_start = .;
                *(.init.ramfs)
                __initramfs_end = .;
+#endif
                . = ALIGN(4096);
                __init_end = .;
        } > INIT