[coreboot-gerrit] New patch to review for coreboot: qualcomm/ipq40xx: drop comment

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue May 10 23:07:06 CEST 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14767

-gerrit

commit 141ca7cc23b7370e6d7c97d85df2533bcf14a2ae
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Tue May 10 23:06:12 2016 +0200

    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 at chromium.org>
---
 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 e08a440..754d177 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 },



More information about the coreboot-gerrit mailing list