]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit17cd80237b09c3926c317bd348959f057f8dec7d
tree1ad5660b91f9191d0a7191a8987afdb833db0a44
parente1b46977deddb56d49656546fe36ec107a2b86f3
video: kconfig: Fix wrong text for the PCI default FB size

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