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

Mainline kernel will be using this device name as well.
Signed-off-by: Kamil Lulko rev13@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"

On Sun, Jul 05, 2015 at 12:54:23PM +0200, rev13@wp.pl wrote:
Mainline kernel will be using this device name as well.
Signed-off-by: Kamil Lulko rev13@wp.pl
Applied to u-boot/master, thanks!
participants (2)
-
Kamil Lulko
-
Tom Rini