mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
CRIS: v32: Correct address for romfs in the image
Is after __bss_start, not __vmlinux_end Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
parent
345c52e079
commit
403a1c4f13
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ _no_romfs_in_flash:
|
||||||
;; For jffs2, a jhead is prepended which contains with magic and length.
|
;; For jffs2, a jhead is prepended which contains with magic and length.
|
||||||
;; The jhead is not part of the jffs2 partition however.
|
;; The jhead is not part of the jffs2 partition however.
|
||||||
#ifndef CONFIG_ETRAXFS_SIM
|
#ifndef CONFIG_ETRAXFS_SIM
|
||||||
move.d __vmlinux_end, $r0
|
move.d __bss_start, $r0
|
||||||
#else
|
#else
|
||||||
move.d __end, $r0
|
move.d __end, $r0
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue