Commit 52526ba42e4757e0afb0548c8e56cecffac76064

Authored by Vagrant Cascadian
Committed by Stefano Babic
1 parent fab70acf83

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 <vagrant@debian.org>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/mx6cuboxi.h
... ... @@ -84,7 +84,7 @@
84 84 "initrd_high=0xffffffff\0" \
85 85 "fdt_high=0xffffffff\0" \
86 86 "ip_dyn=yes\0" \
87   - "console=" CONSOLE_DEV "\0" \" \
  87 + "console=" CONSOLE_DEV ",115200\0" \" \
88 88 "bootm_size=0x10000000\0" \
89 89 "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
90 90 "update_sd_firmware=" \