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)
committerSimon Glass <sjg@chromium.org>
Fri, 14 Aug 2015 15:50:12 +0000 (09:50 -0600)
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 5cb36851e71ff1eb7ac4c8502889e41744cbb1ad..955b0b7460b26db89e1243aa01906da249c34bec 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"