diff options
author | Baruch Siach | 2014-03-10 15:09:34 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2014-03-14 14:50:28 +0900 |
commit | 194ba5d4ecb2ad1195333cc7453f291e5b316479 (patch) | |
tree | 730560fa5ac869bf7ba98fc043ea94f635486e7c /board | |
parent | 19bb5e4ba0e808dd9234319267f3e551d288331b (diff) |
sh: ecovec: correct romImage address in comment
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/renesas/ecovec/lowlevel_init.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/ecovec/lowlevel_init.S b/board/renesas/ecovec/lowlevel_init.S index eeebdd245f7..e4c40c86160 100644 --- 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 |