Re: [U-Boot] [PATCH] drivers: serial: DEBUG_UART_SKIP_INIT depends on DEBUG_UART

2019-01-10 Thread Simon Glass
On Wed, 9 Jan 2019 at 12:27, Simon Goldschmidt wrote: > > DEBUG_UART_SKIP_INIT is used only by debug UART and thus should depend > on DEBUG_UART. > > Signed-off-by: Simon Goldschmidt > --- > > drivers/serial/Kconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass _

[U-Boot] [PATCH] drivers: serial: DEBUG_UART_SKIP_INIT depends on DEBUG_UART

2019-01-09 Thread Simon Goldschmidt
DEBUG_UART_SKIP_INIT is used only by debug UART and thus should depend on DEBUG_UART. Signed-off-by: Simon Goldschmidt --- drivers/serial/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index b7ff2960ab..e67ea52338 100644 --- a/drivers