Re: [PATCH 4/4] rk3399: Don't enable the debug UART if there is no driver

2021-11-18 Thread Tom Rini
On Wed, Nov 03, 2021 at 07:16:08AM -0600, Simon Glass wrote: > Some boards do not enable SPL_SERIAL so cannot use the debug UART. Add > this condition to the code and drop use of the preprocessor while we are > here. > > Signed-off-by: Simon Glass > Reviewed-by: Philipp Tomsich Applied to u-bo

Re: [PATCH 4/4] rk3399: Don't enable the debug UART if there is no driver

2021-11-03 Thread Philipp Tomsich
On Wed, 3 Nov 2021 at 14:16, Simon Glass wrote: > > Some boards do not enable SPL_SERIAL so cannot use the debug UART. Add > this condition to the code and drop use of the preprocessor while we are > here. > > Signed-off-by: Simon Glass Reviewed-by: Philipp Tomsich

[PATCH 4/4] rk3399: Don't enable the debug UART if there is no driver

2021-11-03 Thread Simon Glass
Some boards do not enable SPL_SERIAL so cannot use the debug UART. Add this condition to the code and drop use of the preprocessor while we are here. Signed-off-by: Simon Glass --- arch/arm/mach-rockchip/rk3399/rk3399.c | 34 ++ 1 file changed, 18 insertions(+), 16 delet