Re: [U-Boot] [PATCH 1/3] wandboard: Remove hardcoded baudrate from "console" variable

2018-06-18 Thread Stefano Babic
On 11/06/2018 20:08, Otavio Salvador wrote: > We should use the baudrate variable available inside U-Boot > environment to allow it to be changed dynamically. > > Signed-off-by: Otavio Salvador > --- > > include/configs/wandboard.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > di

[U-Boot] [PATCH 1/3] wandboard: Remove hardcoded baudrate from "console" variable

2018-06-11 Thread Otavio Salvador
We should use the baudrate variable available inside U-Boot environment to allow it to be changed dynamically. Signed-off-by: Otavio Salvador --- include/configs/wandboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/wandboard.h b/include/configs/wandboa