]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0faae230a79511a1298269fc859dfa75efc7db8d
treee3f7fe1e8581acdebd731e69e39de1b32e772312
parent363ac12aa713c5fba7dcd20ee4d2dce5a1986eb4
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