qualcomm/ipq40xx: drop comment
The origin of UART config is less interesting than having the config be correct. Change-Id: I834e3a54105a8fd7d62f388e4a9ad0992ecec807 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/14767 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
cd355fed62
commit
5f4f36116d
|
@ -49,10 +49,6 @@ typedef struct {
|
||||||
gpio_func_data_t dbg_uart_gpio[NO_OF_DBG_UART_GPIOS];
|
gpio_func_data_t dbg_uart_gpio[NO_OF_DBG_UART_GPIOS];
|
||||||
} uart_params_t;
|
} uart_params_t;
|
||||||
|
|
||||||
/*
|
|
||||||
* All constants lifted from u-boot's
|
|
||||||
* board/qcom/ipq40xx_cdp/ipq40xx_board_param.h
|
|
||||||
*/
|
|
||||||
static const uart_params_t uart_board_param = {
|
static const uart_params_t uart_board_param = {
|
||||||
.uart_dm_base = UART1_DM_BASE,
|
.uart_dm_base = UART1_DM_BASE,
|
||||||
.mnd_value = { 24, 625, 313 },
|
.mnd_value = { 24, 625, 313 },
|
||||||
|
|
Loading…
Reference in New Issue