mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 23:04:50 +00:00
feat(rockchip): update uart baudrate for rk3399
Set the UART baudrate to 1500000 since that is what the ROM code and
other components use. This reverts the change of baudrate in the commit
0c05748bde
("rockchip: fixes for the required") and enables logging
from BL31 and OP-TEE during boot and after the kernel has booted.
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Change-Id: I5b5db25b069f3676ebb9dba2fa778601e05f1334
This commit is contained in:
parent
613892cfef
commit
6d7f1d4945
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* UART related constants
|
* UART related constants
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
#define RK3399_BAUDRATE 115200
|
#define RK3399_BAUDRATE 1500000
|
||||||
#define RK3399_UART_CLOCK 24000000
|
#define RK3399_UART_CLOCK 24000000
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
Loading…
Add table
Reference in a new issue