projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
345c52e
)
CRIS: v32: Correct address for romfs in the image
author
Jesper Nilsson
<jesper.nilsson@axis.com>
Mon, 2 Aug 2010 16:23:39 +0000
(18:23 +0200)
committer
Jesper Nilsson
<jesper.nilsson@axis.com>
Wed, 4 Aug 2010 11:00:30 +0000
(13:00 +0200)
Is after __bss_start, not __vmlinux_end
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
arch/cris/arch-v32/kernel/head.S
patch
|
blob
|
history
diff --git
a/arch/cris/arch-v32/kernel/head.S
b/arch/cris/arch-v32/kernel/head.S
index 5fe1513e447a6353448537be928649ce0b3e43cf..5d502b9ab56da253f2bdb1336535754da99f52cf 100644
(file)
--- 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