[PATCH 4/5] doc: board/qualcomm: Clean up debug options for QUP UART

Neil Armstrong neil.armstrong at linaro.org
Tue Sep 30 20:38:48 CEST 2025


On 9/24/25 13:30, Luca Weiss wrote:
> CONFIG_BAUDRATE is not relevant for the QUP driver, and neither is
> CONFIG_DEBUG_UART_SKIP_INIT so remove them from the doc.
> 
> Signed-off-by: Luca Weiss <luca.weiss at fairphone.com>
> ---
>   doc/board/qualcomm/debugging.rst | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/doc/board/qualcomm/debugging.rst b/doc/board/qualcomm/debugging.rst
> index c3289c9e4e346058943afd9c803cc44426841544..42821f6546c6425c4b55e1f89501b94bbf9d0623 100644
> --- a/doc/board/qualcomm/debugging.rst
> +++ b/doc/board/qualcomm/debugging.rst
> @@ -42,7 +42,6 @@ Older boards (db410c and db820c)
>   
>   Open ``configs/dragonboard<BOARD>_defconfig``
>   
> -	CONFIG_BAUDRATE=115200
>   	CONFIG_DEBUG_UART=y
>   	CONFIG_DEBUG_UART_ANNOUNCE=y
>   	# db410c - 0x78b0000
> @@ -50,7 +49,6 @@ Open ``configs/dragonboard<BOARD>_defconfig``
>   	CONFIG_DEBUG_UART_BASE=0x75b0000
>   	CONFIG_DEBUG_UART_MSM=y
>   	CONFIG_DEBUG_UART_CLOCK=7372800
> -	#CONFIG_DEBUG_UART_SKIP_INIT=y
>   
>   	CONFIG_LOG=y
>   	CONFIG_HEXDUMP=y
> 

Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>


More information about the U-Boot mailing list