From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Packham Date: Sun, 13 Jan 2019 22:13:27 +1300 Subject: [U-Boot] [PATCH 09/10] video: Kconfig: spelling fixes In-Reply-To: <20190113091328.27164-1-judge.packham@gmail.com> References: <20190113091328.27164-1-judge.packham@gmail.com> Message-ID: <20190113091328.27164-10-judge.packham@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Chris Packham --- drivers/video/rockchip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig index b1d7c62fcade..10182d0b66c6 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 -- 2.20.1