projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19bb5e4
)
sh: ecovec: correct romImage address in comment
author
Baruch Siach
<baruch@tkos.co.il>
Mon, 10 Mar 2014 13:09:34 +0000
(15:09 +0200)
committer
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Fri, 14 Mar 2014 05:50:28 +0000
(14:50 +0900)
romImage is set by CONFIG_ECOVEC_ROMIMAGE_ADDR to 0xA0040000.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
board/renesas/ecovec/lowlevel_init.S
patch
|
blob
|
history
diff --git
a/board/renesas/ecovec/lowlevel_init.S
b/board/renesas/ecovec/lowlevel_init.S
index eeebdd245f784858679925df151a8ca3611720ff..e4c40c86160468902e1b1508998b0a13b4ff87b4 100644
(file)
--- a/
board/renesas/ecovec/lowlevel_init.S
+++ b/
board/renesas/ecovec/lowlevel_init.S
@@
-20,7
+20,7
@@
lowlevel_init:
- /* jump to
0xA0020000
if bit 1 of PVDR_A */
+ /* jump to
CONFIG_ECOVEC_ROMIMAGE_ADDR
if bit 1 of PVDR_A */
mov.l PVDR_A, r1
mov.l PVDR_D, r2
mov.b @r1, r0