From: Bin Meng Date: Mon, 10 Aug 2015 06:26:59 +0000 (-0700) Subject: video: vesa: Correct a typo in the Kconfig VESA mode string X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=57dccb55fc48825db0c125926112af70faabc151;p=project%2Fbcm63xx%2Fu-boot.git 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 Acked-by: Simon Glass --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 5cb36851e7..955b0b7460 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"