On Wed, 5 Apr 2023 at 01:06, Nikhil M Jain <n-ja...@ti.com> wrote: > > To support video driver at SPL use CONFIG_IS_ENABLED and CONFIG_VAL, > which checks for stage specific configs and thus enables video support > at respective stage. > > Signed-off-by: Nikhil M Jain <n-ja...@ti.com> > Reviewed-by: Devarsh Thakkar <devar...@ti.com> > --- > V6: > - No change. > > V5: > - Add Reviewed-By tag. > - Use COFIG_IS_ENABLED in console_core in place of console_normal. > > V4: > - No change. > > V3 (patch introduced): > - Enable necessary video functions at SPL. > > drivers/video/console_core.c | 6 +++--- > drivers/video/vidconsole-uclass.c | 2 +- > drivers/video/video-uclass.c | 14 +++++++------- > drivers/video/video_bmp.c | 8 ++++---- > 4 files changed, 15 insertions(+), 15 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> Tested-by: Simon Glass <s...@chromium.org> # qemu-x86_64