projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca5eb0c
)
video: vesa: Change default FRAMEBUFFER_VESA_MODE
author
Bin Meng
<bmeng.cn@gmail.com>
Thu, 12 Apr 2018 05:02:16 +0000
(22:02 -0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Mon, 16 Apr 2018 14:38:51 +0000
(22:38 +0800)
This changes the default FRAMEBUFFER_VESA_MODE to use 32-bit pixel
format for better VxWorks compatibility.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/Kconfig
b/drivers/video/Kconfig
index 45a105db06ae0551017b7488f8a8b5c97495d587..4c4d2861fe78d1e80cd851bdc653152915ab7c30 100644
(file)
--- a/
drivers/video/Kconfig
+++ b/
drivers/video/Kconfig
@@
-174,7
+174,7
@@
config FRAMEBUFFER_SET_VESA_MODE
choice
prompt "framebuffer graphics resolution"
- default FRAMEBUFFER_VESA_MODE_11
7
+ default FRAMEBUFFER_VESA_MODE_11
8
depends on FRAMEBUFFER_SET_VESA_MODE
help
This option sets the resolution used for the U-Boot framebuffer (and