[PATCH] disable init/initramfs.c: architectures
[powerpc.git] / arch / xtensa / kernel / vmlinux.lds.S
index a36c104..ab63700 100644 (file)
@@ -203,10 +203,12 @@ SECTIONS
   .data.percpu  : { *(.data.percpu) }
   __per_cpu_end = .;
 
+#ifdef CONFIG_BLK_DEV_INITRD
   . = ALIGN(4096);
   __initramfs_start =.;
   .init.ramfs : { *(.init.ramfs) }
   __initramfs_end = .;
+#endif
 
   /* We need this dummy segment here */