mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 14:48:17 +01:00
serial: msm_serial: remove .clk_rate from debug UART
MSM serial in DEBUG UART mode is trying to set .clk_rate, but the msm_serial_data structure does not have such property at all, so lets remove it as otherwise it will fail compiling. Fixes: 90023bdfe979 ("serial: msm: add debug UART") Signed-off-by: Robert Marko <robert.marko@sartura.hr> Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
parent
6b163a63e5
commit
615a3e909e
@ -242,7 +242,6 @@ U_BOOT_DRIVER(serial_msm) = {
|
|||||||
|
|
||||||
static struct msm_serial_data init_serial_data = {
|
static struct msm_serial_data init_serial_data = {
|
||||||
.base = CONFIG_VAL(DEBUG_UART_BASE),
|
.base = CONFIG_VAL(DEBUG_UART_BASE),
|
||||||
.clk_rate = 7372800,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#include <debug_uart.h>
|
#include <debug_uart.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user