summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrev13@wp.pl <rev13@wp.pl>2015-07-05 12:54:23 +0200
committerTom Rini <trini@konsulko.com>2015-07-27 15:01:56 -0400
commit6b3305683610d0d63a43e92aa241c3966f5d4976 (patch)
tree4ef4acdc9ccb97670b442b7919d69031ac103ccb
parent4d713be1397ed03b405ad37830208d5ab21268cb (diff)
downloadtalos-obmc-uboot-6b3305683610d0d63a43e92aa241c3966f5d4976.tar.gz
talos-obmc-uboot-6b3305683610d0d63a43e92aa241c3966f5d4976.zip
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>
-rw-r--r--include/configs/stm32f429-discovery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h
index 1b4fd213cf..8169cac379 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"
OpenPOWER on IntegriCloud