Merge "Correct UART PL011 initialization calculation" into integration

This commit is contained in:
Paul Beesley 2019-10-15 14:05:28 +00:00 committed by TrustedFirmware Code Review
commit 19adcb415c
1 changed files with 1 additions and 1 deletions

View File

@ -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