Re: [PATCH] arm: mvebu: Remove commented example code

2021-12-18 Thread Stefan Roese
On 12/17/21 18:28, Pali Rohár wrote: Include file debug_uart.h already contains documentation how to use it. Signed-off-by: Pali Rohár Applied to u-boot-marvell/next Thanks, Stefan --- arch/arm/mach-mvebu/spl.c | 13 - 1 file changed, 13 deletions(-) diff --git a/arch/arm/m

Re: [PATCH] arm: mvebu: Remove commented example code

2021-12-18 Thread Stefan Roese
On 12/17/21 18:28, Pali Rohár wrote: Include file debug_uart.h already contains documentation how to use it. Signed-off-by: Pali Rohár Reviewed-by: Stefan Roese Thanks, Stefan --- arch/arm/mach-mvebu/spl.c | 13 - 1 file changed, 13 deletions(-) diff --git a/arch/arm/mach-

[PATCH] arm: mvebu: Remove commented example code

2021-12-17 Thread Pali Rohár
Include file debug_uart.h already contains documentation how to use it. Signed-off-by: Pali Rohár --- arch/arm/mach-mvebu/spl.c | 13 - 1 file changed, 13 deletions(-) diff --git a/arch/arm/mach-mvebu/spl.c b/arch/arm/mach-mvebu/spl.c index 6a9e1d860cf7..29a8adc9d79c 100644 --- a/ar