mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
19bb5e4ba0
commit
194ba5d4ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue