]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
video: vesa: Correct a typo in the Kconfig VESA mode string
authorBin Meng <bmeng.cn@gmail.com>
Mon, 10 Aug 2015 06:26:59 +0000 (23:26 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:21 +0000 (10:23 +0200)
There is one typo in the VESA mode 105h string. Correct it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/video/Kconfig

index 1dc082a7a53deda6f38a7ec681cb814b667429c6..caf1efcbb3377b087c7fd5560ca5fa888590af9a 100644 (file)
@@ -44,7 +44,7 @@ config FRAMEBUFFER_VESA_MODE_104
        bool "1024x768 16-color"
 
 config FRAMEBUFFER_VESA_MODE_105
-       bool "1024x7686 256-color"
+       bool "1024x768 256-color"
 
 config FRAMEBUFFER_VESA_MODE_106
        bool "1280x1024 16-color"