]> git.dujemihanovic.xyz Git - u-boot.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)
commitb671359069ff804ebb16bd3961b3a73c4076ad77
tree2dd88c0aaf49b68060cfe8883281710330630f3a
parent72129e088af8254cd77c09eea54f74e3909aa627
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