[U-Boot] [PATCH 18/55] exynos: Enable the debug UART in SPL

2015-07-02 Thread Simon Glass
As a debugging aid, allow UART3 to be used as a debug UART in SPL. This is a precursor to proper UART support, which requires a substantial refactor. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/exynos/lowlevel_init.c | 5 + drivers/serial/serial_s5p.c | 2 ++ 2 files cha

Re: [U-Boot] [PATCH 18/55] exynos: Enable the debug UART in SPL

2015-07-27 Thread Simon Glass
On 2 July 2015 at 18:15, Simon Glass wrote: > As a debugging aid, allow UART3 to be used as a debug UART in SPL. This > is a precursor to proper UART support, which requires a substantial > refactor. > > Signed-off-by: Simon Glass > --- > > arch/arm/cpu/armv7/exynos/lowlevel_init.c | 5 + >