Skip to content
Snippets Groups Projects
Commit 57dccb55 authored by Bin Meng's avatar Bin Meng Committed by Simon Glass
Browse files

video: vesa: Correct a typo in the Kconfig VESA mode string


There is one typo in the VESA mode 105h string. Correct it.

Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 7399515d
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment