]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: Use enum with video_index_to_colour()
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:22:48 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:51 +0000 (12:54 -0400)
commit2d6ee92c6af06eeb7f7410180d5faa8f5e840bbb
treea5448f1c00eaf1e7538be640bf7f5914050d3fbf
parent9af341502c1cdf1d40a41e8fe6c3922f1e409f33
video: Use enum with video_index_to_colour()

Use the provided enum with this function, so it is clearer what should be
passed to it.

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