summaryrefslogtreecommitdiff
path: root/include/configs/stm32f429-discovery.h
diff options
context:
space:
mode:
authorrev13@wp.pl <rev13@wp.pl>2015-07-05 10:54:23 (GMT)
committerTom Rini <trini@konsulko.com>2015-07-27 19:01:56 (GMT)
commit6b3305683610d0d63a43e92aa241c3966f5d4976 (patch)
tree4ef4acdc9ccb97670b442b7919d69031ac103ccb /include/configs/stm32f429-discovery.h
parent4d713be1397ed03b405ad37830208d5ab21268cb (diff)
downloadu-boot-6b3305683610d0d63a43e92aa241c3966f5d4976.tar.xz
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>
Diffstat (limited to 'include/configs/stm32f429-discovery.h')
-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 1b4fd21..8169cac 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"