aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/ipq40xx
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2016-05-10 23:06:12 +0200
committerPatrick Georgi <pgeorgi@google.com>2016-05-10 23:47:26 +0200
commit5f4f36116d74816e267650efc6e20fac3e514cf5 (patch)
tree790e9bd5a35acaeca15b4acf9b47f26d31a685d4 /src/soc/qualcomm/ipq40xx
parentcd355fed62b8a7c6d4a8966bedc5d8ac829e30b7 (diff)
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)
Diffstat (limited to 'src/soc/qualcomm/ipq40xx')
-rw-r--r--src/soc/qualcomm/ipq40xx/uart.c4
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 },