diff options
author | rev13@wp.pl <rev13@wp.pl> | 2015-07-05 12:54:23 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-27 15:01:56 -0400 |
commit | 6b3305683610d0d63a43e92aa241c3966f5d4976 (patch) | |
tree | 4ef4acdc9ccb97670b442b7919d69031ac103ccb /include/configs/stm32f429-discovery.h | |
parent | 4d713be1397ed03b405ad37830208d5ab21268cb (diff) | |
download | u-boot-imx-6b3305683610d0d63a43e92aa241c3966f5d4976.zip u-boot-imx-6b3305683610d0d63a43e92aa241c3966f5d4976.tar.gz u-boot-imx-6b3305683610d0d63a43e92aa241c3966f5d4976.tar.bz2 |
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.h | 2 |
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" |