summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2016-03-29 14:16:22 +0200
committerTom Rini <trini@konsulko.com>2016-04-01 17:17:58 -0400
commitf5fdc3785d4beb179d2249bf1a886f679f925774 (patch)
tree4729b840ce9e98e16a3004aa01fb728da1e88a0e /include
parent5fcbca5268b251f50b591974e4203f9157307e96 (diff)
downloadtalos-obmc-uboot-f5fdc3785d4beb179d2249bf1a886f679f925774.tar.gz
talos-obmc-uboot-f5fdc3785d4beb179d2249bf1a886f679f925774.zip
kc1: Include explicit serial baudrate on bootargs
This makes the baudrate for the kernel command line explicit. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include')
-rw-r--r--include/configs/kc1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/kc1.h b/include/configs/kc1.h
index 7f828f7efa..5a698e0ff1 100644
--- a/include/configs/kc1.h
+++ b/include/configs/kc1.h
@@ -232,7 +232,7 @@
"boot_mmc_dev=0\0" \
"kernel_mmc_part=7\0" \
"recovery_mmc_part=5\0" \
- "bootargs=mem=512M console=ttyO2\0"
+ "bootargs=console=ttyO2,115200 mem=512M\0"
/*
* ATAGs
OpenPOWER on IntegriCloud