[PATCH 26/26] x86: minnowmax: Drop screen resolution to 1024x768

Simon Glass sjg at chromium.org
Wed May 20 01:10:58 CEST 2020


This seems like a more reasonable resolution for this board, since it is
quite slow. It also allows it to work with a 5" LCD display in my lab.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 configs/minnowmax_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig
index 19528c4641..cce9ee6fea 100644
--- a/configs/minnowmax_defconfig
+++ b/configs/minnowmax_defconfig
@@ -61,4 +61,4 @@ CONFIG_USB_STORAGE=y
 CONFIG_USB_KEYBOARD=y
 CONFIG_VIDEO_COPY=y
 CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
-CONFIG_FRAMEBUFFER_VESA_MODE_11B=y
+CONFIG_FRAMEBUFFER_VESA_MODE_118=y
-- 
2.26.2.761.g0e0b3e54be-goog



More information about the U-Boot mailing list