]> git.baikalelectronics.ru Git - uboot.git/commit
Correct SPL use of VIDEO_BPP32
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:44:30 +0000 (15:44 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 12:41:40 +0000 (07:41 -0500)
commit444a454884f489dc897b4a77cc646fc4b338dffa
tree2dd88c0aaf49b68060cfe8883281710330630f3a
parent0faae230a79511a1298269fc859dfa75efc7db8d
Correct SPL use of VIDEO_BPP32

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_VIDEO_BPP32 defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/video-uclass.c