diff mbox

[U-Boot,4/6] kc1: Include explicit serial baudrate on bootargs

Message ID 1458991204-22798-4-git-send-email-contact@paulk.fr
State Accepted
Commit f5fdc3785d4beb179d2249bf1a886f679f925774
Delegated to: Tom Rini
Headers show

Commit Message

Paul Kocialkowski March 26, 2016, 11:20 a.m. UTC
This makes the baudrate for the kernel command line explicit.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
 include/configs/kc1.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini March 26, 2016, 7:21 p.m. UTC | #1
On Sat, Mar 26, 2016 at 12:20:02PM +0100, Paul Kocialkowski wrote:

> This makes the baudrate for the kernel command line explicit.
> 
> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox

Patch

diff --git a/include/configs/kc1.h b/include/configs/kc1.h
index 4eb6f85..1e6b037 100644
--- a/include/configs/kc1.h
+++ b/include/configs/kc1.h
@@ -233,7 +233,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