mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
arm relocation: Fix calculation of board_init_r
Signed-off-by: Alexander Stein <alexander.stein@informatik.tu-chemnitz.de>
This commit is contained in:
parent
ee4bbbcb65
commit
6087f1a90c
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ _nand_boot_ofs:
|
|||
.word nand_boot
|
||||
#else
|
||||
ldr r0, _board_init_r_ofs
|
||||
adr r1, _start
|
||||
ldr r1, _TEXT_BASE
|
||||
add lr, r0, r1
|
||||
add lr, lr, r9
|
||||
/* setup parameters for board_init_r */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue