[U-Boot] [PATCH 1/1] stm32f429-discovery: Use ttyS0 as the console device

Kamil Lulko rev13 at wp.pl
Sun Jul 5 12:54:23 CEST 2015


Mainline kernel will be using this device name as well.

Signed-off-by: Kamil Lulko <rev13 at wp.pl>
---
 include/configs/stm32f429-discovery.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h
index 46869dd..7406788 100644
--- a/include/configs/stm32f429-discovery.h
+++ b/include/configs/stm32f429-discovery.h
@@ -80,7 +80,7 @@
 
 #define CONFIG_BAUDRATE			115200
 #define CONFIG_BOOTARGS							\
-	"console=ttystm0,115200 earlyprintk consoleblank=0 ignore_loglevel"
+	"console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel"
 #define CONFIG_BOOTCOMMAND						\
 	"run bootcmd_romfs"
 
-- 
2.3.1.167.g7f4ba4b



More information about the U-Boot mailing list