Increase BAUD_RATE to 1500000, so that it matches U-Boot and kernel.

This commit is contained in:
Andrius Štikonas 2019-09-14 11:09:01 +01:00
parent 35f4c7295b
commit 5c5cdc75b8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
/**************************************************************************
* UART related constants
**************************************************************************/
#define RK3399_BAUDRATE 115200
#define RK3399_BAUDRATE 1500000
#define RK3399_UART_CLOCK 24000000
/******************************************************************************