diff mbox

[U-Boot] Set console speed to 115200 on mx6cuboxi.

Message ID 20170331204844.32243-1-vagrant@debian.org
State Accepted
Commit 52526ba42e4757e0afb0548c8e56cecffac76064
Delegated to: Stefano Babic
Headers show

Commit Message

Vagrant Cascadian March 31, 2017, 8:48 p.m. UTC
By default, u-boot itself outputs on the serial console at 115200, so
it may as well pass the same value to the booted operating system as
well.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

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

Comments

Fabio Estevam March 31, 2017, 9:04 p.m. UTC | #1
On Fri, Mar 31, 2017 at 5:48 PM, Vagrant Cascadian <vagrant@debian.org> wrote:
> By default, u-boot itself outputs on the serial console at 115200, so
> it may as well pass the same value to the booted operating system as
> well.
>
> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>

Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Stefano Babic April 12, 2017, 4:10 p.m. UTC | #2
On 31/03/2017 22:48, Vagrant Cascadian wrote:
> By default, u-boot itself outputs on the serial console at 115200, so
> it may as well pass the same value to the booted operating system as
> well.
> 
> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> ---
> 
>  include/configs/mx6cuboxi.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h
> index 2782911da3..84fdf656cd 100644
> --- a/include/configs/mx6cuboxi.h
> +++ b/include/configs/mx6cuboxi.h
> @@ -84,7 +84,7 @@
>  	"initrd_high=0xffffffff\0" \
>  	"fdt_high=0xffffffff\0" \
>  	"ip_dyn=yes\0" \
> -	"console=" CONSOLE_DEV "\0" \
> +	"console=" CONSOLE_DEV ",115200\0" \
>  	"bootm_size=0x10000000\0" \
>  	"mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
>  	"update_sd_firmware=" \
> 

Applied to u-boot-imx, thanks!

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h
index 2782911da3..84fdf656cd 100644
--- a/include/configs/mx6cuboxi.h
+++ b/include/configs/mx6cuboxi.h
@@ -84,7 +84,7 @@ 
 	"initrd_high=0xffffffff\0" \
 	"fdt_high=0xffffffff\0" \
 	"ip_dyn=yes\0" \
-	"console=" CONSOLE_DEV "\0" \
+	"console=" CONSOLE_DEV ",115200\0" \
 	"bootm_size=0x10000000\0" \
 	"mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
 	"update_sd_firmware=" \