diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-08-09 23:26:59 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-14 09:50:12 -0600 |
commit | 57dccb55fc48825db0c125926112af70faabc151 (patch) | |
tree | bc4fe34820bb5647e5827adf3266ef50df347d43 /drivers/video | |
parent | 7399515d25066368707d804d90cc8d3976f313bc (diff) | |
download | u-boot-imx-57dccb55fc48825db0c125926112af70faabc151.zip u-boot-imx-57dccb55fc48825db0c125926112af70faabc151.tar.gz u-boot-imx-57dccb55fc48825db0c125926112af70faabc151.tar.bz2 |
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: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 5cb3685..955b0b7 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -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" |