projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7399515
)
video: vesa: Correct a typo in the Kconfig VESA mode string
author
Bin Meng
<bmeng.cn@gmail.com>
Mon, 10 Aug 2015 06:26:59 +0000
(23:26 -0700)
committer
Simon Glass
<sjg@chromium.org>
Fri, 14 Aug 2015 15:50:12 +0000
(09:50 -0600)
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>
drivers/video/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/Kconfig
b/drivers/video/Kconfig
index 5cb36851e71ff1eb7ac4c8502889e41744cbb1ad..955b0b7460b26db89e1243aa01906da249c34bec 100644
(file)
--- 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 "1024x768
6
256-color"
+ bool "1024x768 256-color"
config FRAMEBUFFER_VESA_MODE_106
bool "1280x1024 16-color"