[U-Boot] [PATCH] 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 ---
drivers/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 9ae23e8..e56e20c 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -38,7 +38,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"

On 10 August 2015 at 00:26, Bin Meng bmeng.cn@gmail.com wrote:
There is one typo in the VESA mode 105h string. Correct it.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
drivers/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Simon Glass sjg@chromium.org

On 10 August 2015 at 06:58, Simon Glass sjg@chromium.org wrote:
On 10 August 2015 at 00:26, Bin Meng bmeng.cn@gmail.com wrote:
There is one typo in the VESA mode 105h string. Correct it.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
drivers/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-x86, thanks!
participants (2)
-
Bin Meng
-
Simon Glass