diff mbox

[U-Boot] video: vesa: Correct a typo in the Kconfig VESA mode string

Message ID 1439188019-11593-1-git-send-email-bmeng.cn@gmail.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Bin Meng Aug. 10, 2015, 6:26 a.m. UTC
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(-)

Comments

Simon Glass Aug. 10, 2015, 12:58 p.m. UTC | #1
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>
Simon Glass Aug. 14, 2015, 4:49 p.m. UTC | #2
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!
diff mbox

Patch

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"