]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
video: kconfig: Fix wrong text for the PCI default FB size
authorBin Meng <bmeng@tinylab.org>
Sun, 23 Jul 2023 04:40:29 +0000 (12:40 +0800)
committerAnatolij Gustschin <agust@denx.de>
Tue, 1 Aug 2023 11:33:05 +0000 (13:33 +0200)
There is an example in the VIDEO_PCI_DEFAULT_FB_SIZE help text to
tell people how to calculate its value but the resolution given
does not match the value. Fix it.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/Kconfig

index 3cdaa5ff270f1c4c88636bada20e56b0c3e0dcf4..43ec7e66955f8b59748482d5349433b07409cc3c 100644 (file)
@@ -77,7 +77,7 @@ config VIDEO_PCI_DEFAULT_FB_SIZE
          devices to have a framebuffer allocated by U-Boot.
 
          Note: the framebuffer needs to be large enough to store all pixels at
-         maximum resolution. For example, at 1920 x 1200 with 32 bits per
+         maximum resolution. For example, at 2560 x 1600 with 32 bits per
          pixel, 2560 * 1600 * 32 / 8 = 0xfa0000 bytes are needed.
 
 config VIDEO_COPY
@@ -1049,7 +1049,7 @@ config SPL_VIDEO_PCI_DEFAULT_FB_SIZE
          devices to have a framebuffer allocated by U-Boot.
 
          Note: the framebuffer needs to be large enough to store all pixels at
-         maximum resolution. For example, at 1920 x 1200 with 32 bits per
+         maximum resolution. For example, at 2560 x 1600 with 32 bits per
          pixel, 2560 * 1600 * 32 / 8 = 0xfa0000 bytes are needed.
 
 config SPL_CONSOLE_SCROLL_LINES