diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2015-07-01 14:15:03 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-08 21:51:40 -0400 |
commit | 6f921ecc7e59792940833235b58e488638030ed6 (patch) | |
tree | d31f763a9c4897e1a5ceb099ee3aac5578a10ea6 /include/configs | |
parent | 8379c7991788f8a763a9c93612b9e9558f1a4aa3 (diff) | |
download | u-boot-imx-6f921ecc7e59792940833235b58e488638030ed6.zip u-boot-imx-6f921ecc7e59792940833235b58e488638030ed6.tar.gz u-boot-imx-6f921ecc7e59792940833235b58e488638030ed6.tar.bz2 |
stm32f4: fix minor typo in comment
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
To: u-boot@lists.denx.de
To: Kamil Lulko <rev13@wp.pl>
Cc: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-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 46869dd..c8af7b6 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -52,7 +52,7 @@ #define CONFIG_STM32_SERIAL /* * Configuration of the USART - * 1: TX:PA9 PX:PA10 + * 1: TX:PA9 RX:PA10 * 2: TX:PD5 RX:PD6 * 3: TX:PC10 RX:PC11 * 6: TX:PC6 RX:PC7 |