Re: [U-Boot] [PATCH 2/7] kc1: Include explicit serial baudrate on bootargs

2016-03-28 Thread Tom Rini
On Mon, Mar 28, 2016 at 02:07:09PM +0200, Paul Kocialkowski wrote: > This makes the baudrate for the kernel command line explicit. > > Signed-off-by: Paul Kocialkowski Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

[U-Boot] [PATCH 2/7] kc1: Include explicit serial baudrate on bootargs

2016-03-28 Thread Paul Kocialkowski
This makes the baudrate for the kernel command line explicit. Signed-off-by: Paul Kocialkowski --- include/configs/kc1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/kc1.h b/include/configs/kc1.h index c2ac148..444a0f3 100644 --- a/include/configs/kc1.h +++