From 5f4f36116d74816e267650efc6e20fac3e514cf5 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 10 May 2016 23:06:12 +0200 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/14767 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/soc/qualcomm/ipq40xx/uart.c | 4 ---- 1 file changed, 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 }, -- 2.11.4.GIT