[PATCH V6 10/13] drivers: video: Enable necessary video functions at SPL
Simon Glass
sjg at chromium.org
Wed Apr 5 20:37:34 CEST 2023
On Wed, 5 Apr 2023 at 01:06, Nikhil M Jain <n-jain1 at 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-jain1 at ti.com>
> Reviewed-by: Devarsh Thakkar <devarsht at 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 <sjg at chromium.org>
Tested-by: Simon Glass <sjg at chromium.org> # qemu-x86_64
More information about the U-Boot
mailing list