commit | 0524170c9c4fb4e36391d27eb90c6ab2af108b31 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Sun Jul 23 12:40:29 2023 +0800 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Aug 01 13:33:05 2023 +0200 |
tree | 1ad5660b91f9191d0a7191a8987afdb833db0a44 | |
parent | 0ef4b7f3c04813157779850971b8b4132c58c5b1 [diff] |
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>