diff options
author | Chris Packham <judge.packham@gmail.com> | 2019-01-13 22:13:27 +1300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-18 09:16:15 -0500 |
commit | 8e34c1d34ac07a50bed1a88ab066b74bc2434816 (patch) | |
tree | 383c72a9537b426c8f1e04561dab05dfd7cee939 | |
parent | cb4d1bbe51ceddeff1a4e1479783311888e2c0cc (diff) | |
download | u-boot-8e34c1d34ac07a50bed1a88ab066b74bc2434816.zip u-boot-8e34c1d34ac07a50bed1a88ab066b74bc2434816.tar.gz u-boot-8e34c1d34ac07a50bed1a88ab066b74bc2434816.tar.bz2 |
video: Kconfig: spelling fixes
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
-rw-r--r-- | drivers/video/rockchip/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig index b1d7c62..10182d0 100644 --- a/drivers/video/rockchip/Kconfig +++ b/drivers/video/rockchip/Kconfig @@ -65,6 +65,6 @@ config DISPLAY_ROCKCHIP_MIPI help This enables Mobile Industry Processor Interface(MIPI) display support. The mipi controller and dphy on rk3288& rk3399 support - 16,18, 24 bits per pixel with upto 2k resolution ratio. + 16,18, 24 bits per pixel with up to 2k resolution ratio. endif |