Correct SPL use of VIDEO_BPP16
authorSimon Glass <sjg@chromium.org>
Mon, 6 Feb 2023 00:55:32 +0000 (17:55 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 12:41:40 +0000 (07:41 -0500)
commit72129e088af8254cd77c09eea54f74e3909aa627
treee3f7fe1e8581acdebd731e69e39de1b32e772312
parent2fe2ac139f67d1f130445e31d67b0b9477a86fa6
Correct SPL use of VIDEO_BPP16

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

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