[U-Boot] [PATCH] arm: rockchip: Fix typo in ROCKCHIP_RK3288 help

UART,s -> UARTs, to avoid this spreading via copy&paste.
Signed-off-by: Andreas Färber afaerber@suse.de --- arch/arm/mach-rockchip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 1aac3c8..ffd281c 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -21,7 +21,7 @@ config ROCKCHIP_RK3288 including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two video interfaces supporting HDMI and eDP, several DDR3 options and video codec support. Peripherals include Gigabit Ethernet, - USB2 host and OTG, SDIO, I2S, UART,s, SPI, I2C and PWMs. + USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
config ROCKCHIP_RK3399 bool "Support Rockchip RK3399"

On 2 November 2016 at 11:03, Andreas Färber afaerber@suse.de wrote:
UART,s -> UARTs, to avoid this spreading via copy&paste.
Signed-off-by: Andreas Färber afaerber@suse.de
arch/arm/mach-rockchip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Simon Glass sjg@chromium.org

On 2 November 2016 at 14:14, Simon Glass sjg@chromium.org wrote:
On 2 November 2016 at 11:03, Andreas Färber afaerber@suse.de wrote:
UART,s -> UARTs, to avoid this spreading via copy&paste.
Signed-off-by: Andreas Färber afaerber@suse.de
arch/arm/mach-rockchip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-rockchip, thanks! u
participants (2)
-
Andreas Färber
-
Simon Glass