]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Set console speed to 115200 on mx6cuboxi.
authorVagrant Cascadian <vagrant@debian.org>
Fri, 31 Mar 2017 20:48:44 +0000 (13:48 -0700)
committerStefano Babic <sbabic@denx.de>
Wed, 12 Apr 2017 16:09:32 +0000 (18:09 +0200)
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>
include/configs/mx6cuboxi.h

index 2782911da3ee46713c61419a5b374317b1028a81..84fdf656cd66f71b6e1dd25e41b9d6de7b412e45 100644 (file)
@@ -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=" \