[U-Boot] [PATCH 2/7] kc1: Include explicit serial baudrate on bootargs

Paul Kocialkowski contact at paulk.fr
Mon Mar 28 14:07:09 CEST 2016


This makes the baudrate for the kernel command line explicit.

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

diff --git a/include/configs/kc1.h b/include/configs/kc1.h
index c2ac148..444a0f3 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
-- 
2.7.4



More information about the U-Boot mailing list