Forum Discussion
Altera_Forum
Honored Contributor
16 years agoPlease try this patch instead. And let me know if it fix your problem.
Cheer, Hippodiff --git a/arch/nios2/kernel/vmlinux.lds.S b/arch/nios2/kernel/vmlinux.lds.S
index a169ed6..13f289a 100644
--- a/arch/nios2/kernel/vmlinux.lds.S
+++ b/arch/nios2/kernel/vmlinux.lds.S
@@ -117,6 +117,7 @@ SECTIONS
. = ALIGN(4);
__initramfs_start = .;
*(.init.ramfs)
+ . = ALIGN(4);
__initramfs_end = .;
}
__init_end = .;