aboutsummaryrefslogtreecommitdiff
path: root/configs/stm32f746-disco_defconfig
diff options
context:
space:
mode:
authorDario Binacchi <dario.binacchi@amarulasolutions.com>2023-08-20 18:24:44 +0200
committerPatrice Chotard <patrice.chotard@foss.st.com>2023-10-04 13:26:02 +0200
commit20af6b897b12628ffcff0445d4d62ba653dcfcc5 (patch)
tree25aeca825cff8ab29f284007579411a261075073 /configs/stm32f746-disco_defconfig
parent1e4d99549f00de502fe02b0bbed16327434e2514 (diff)
downloadu-boot-20af6b897b12628ffcff0445d4d62ba653dcfcc5.zip
u-boot-20af6b897b12628ffcff0445d4d62ba653dcfcc5.tar.gz
u-boot-20af6b897b12628ffcff0445d4d62ba653dcfcc5.tar.bz2
configs: stm32f746-disco: limit resolution to 480x272
The patch fixes the y-resolution, which was causing the creation of a framebuffer larger than actually needed, resulting in memory waste. Fixes: cc1b0e7b8e55b ("board: Add display to STM32F746 SoC discovery board") Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'configs/stm32f746-disco_defconfig')
-rw-r--r--configs/stm32f746-disco_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_defconfig
index 1fb30d8..057cb7e 100644
--- a/configs/stm32f746-disco_defconfig
+++ b/configs/stm32f746-disco_defconfig
@@ -59,7 +59,7 @@ CONFIG_VIDEO=y
CONFIG_BACKLIGHT_GPIO=y
CONFIG_VIDEO_STM32=y
CONFIG_VIDEO_STM32_MAX_XRES=480
-CONFIG_VIDEO_STM32_MAX_YRES=640
+CONFIG_VIDEO_STM32_MAX_YRES=272
CONFIG_SPLASH_SCREEN=y
CONFIG_SPLASH_SCREEN_ALIGN=y
CONFIG_VIDEO_BMP_RLE8=y