diff mbox series

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

Message ID 20180611180807.5020-1-otavio@ossystems.com.br
State Accepted
Commit 97294a48c73ae16a03bce4b624334545e890e851
Delegated to: Stefano Babic
Headers show
Series [U-Boot,1/3] wandboard: Remove hardcoded baudrate from "console" variable | expand

Commit Message

Otavio Salvador June 11, 2018, 6:08 p.m. UTC
We should use the baudrate variable available inside U-Boot
environment to allow it to be changed dynamically.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 include/configs/wandboard.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic June 18, 2018, 2:40 p.m. UTC | #1
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 <otavio@ossystems.com.br>
> ---
> 
>  include/configs/wandboard.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
> index 1edd7a8827..cb32cd11f9 100644
> --- a/include/configs/wandboard.h
> +++ b/include/configs/wandboard.h
> @@ -78,7 +78,7 @@
>  #endif
>  
>  #define CONFIG_EXTRA_ENV_SETTINGS \
> -	"console=ttymxc0,115200\0" \
> +	"console=ttymxc0\0" \
>  	"splashpos=m,m\0" \
>  	"fdtfile=undefined\0" \
>  	"fdt_high=0xffffffff\0" \
> 

Series applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index 1edd7a8827..cb32cd11f9 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -78,7 +78,7 @@ 
 #endif
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
-	"console=ttymxc0,115200\0" \
+	"console=ttymxc0\0" \
 	"splashpos=m,m\0" \
 	"fdtfile=undefined\0" \
 	"fdt_high=0xffffffff\0" \