mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Merge "Correct UART PL011 initialization calculation" into integration
This commit is contained in:
commit
19adcb415c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ func console_pl011_core_init
|
||||||
#if (ARM_ARCH_MAJOR == 7) && !defined(ARMV7_SUPPORTS_VIRTUALIZATION)
|
#if (ARM_ARCH_MAJOR == 7) && !defined(ARMV7_SUPPORTS_VIRTUALIZATION)
|
||||||
push {r0,r3}
|
push {r0,r3}
|
||||||
softudiv r0,r1,r2,r3
|
softudiv r0,r1,r2,r3
|
||||||
mov r1, r0
|
mov r2, r0
|
||||||
pop {r0,r3}
|
pop {r0,r3}
|
||||||
#else
|
#else
|
||||||
udiv r2, r1, r2
|
udiv r2, r1, r2
|
||||||
|
|
Loading…
Add table
Reference in a new issue