提交 403a1c4f 编写于 作者: J Jesper Nilsson

CRIS: v32: Correct address for romfs in the image

Is after __bss_start, not __vmlinux_end
Signed-off-by: NJesper Nilsson <jesper.nilsson@axis.com>
上级 345c52e0
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册