From: Vagrant Cascadian Date: Fri, 31 Mar 2017 20:48:44 +0000 (-0700) Subject: Set console speed to 115200 on mx6cuboxi. X-Git-Tag: v2017.05-rc2~9^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=52526ba42e4757e0afb0548c8e56cecffac76064;p=u-boot Set console speed to 115200 on mx6cuboxi. 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 Reviewed-by: Fabio Estevam --- 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=" \