From: Jesper Nilsson Date: Mon, 2 Aug 2010 16:23:39 +0000 (+0200) Subject: CRIS: v32: Correct address for romfs in the image X-Git-Tag: v2.6.36-rc1~484^2~34 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=403a1c4f1380b4ec842df5f4aa86e86ba02904f3;p=net-next-2.6.git CRIS: v32: Correct address for romfs in the image Is after __bss_start, not __vmlinux_end Signed-off-by: Jesper Nilsson --- diff --git a/arch/cris/arch-v32/kernel/head.S b/arch/cris/arch-v32/kernel/head.S index 5fe1513e447..5d502b9ab56 100644 --- a/arch/cris/arch-v32/kernel/head.S +++ b/arch/cris/arch-v32/kernel/head.S @@ -367,7 +367,7 @@ _no_romfs_in_flash: ;; For jffs2, a jhead is prepended which contains with magic and length. ;; The jhead is not part of the jffs2 partition however. #ifndef CONFIG_ETRAXFS_SIM - move.d __vmlinux_end, $r0 + move.d __bss_start, $r0 #else move.d __end, $r0 #endif