diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/qualcomm/ipq40xx/uart.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/qualcomm/ipq40xx/uart.c b/src/soc/qualcomm/ipq40xx/uart.c index e08a440129..754d17789b 100644 --- a/src/soc/qualcomm/ipq40xx/uart.c +++ b/src/soc/qualcomm/ipq40xx/uart.c @@ -49,10 +49,6 @@ typedef struct { gpio_func_data_t dbg_uart_gpio[NO_OF_DBG_UART_GPIOS]; } 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 = { .uart_dm_base = UART1_DM_BASE, .mnd_value = { 24, 625, 313 }, |