Commit 19adcb41 authored by Paul Beesley's avatar Paul Beesley Committed by TrustedFirmware Code Review
Browse files

Merge "Correct UART PL011 initialization calculation" into integration

parents a05c8f87 38d5e150
......@@ -57,7 +57,7 @@ func console_pl011_core_init
#if (ARM_ARCH_MAJOR == 7) && !defined(ARMV7_SUPPORTS_VIRTUALIZATION)
push {r0,r3}
softudiv r0,r1,r2,r3
mov r1, r0
mov r2, r0
pop {r0,r3}
#else
udiv r2, r1, r2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment