[PATCH V6 07/10] common: spl: spl: Remove video driver

Simon Glass sjg at chromium.org
Wed Jul 19 03:08:23 CEST 2023


On Tue, 18 Jul 2023 at 02:57, Nikhil M Jain <n-jain1 at ti.com> wrote:
>
> Use config SPL_VIDEO_REMOVE to remove video driver at SPL stage before
> jumping to next stage, in place of CONFIG_SPL_VIDEO, to allow user to
> remove video if required.
>
> Signed-off-by: Nikhil M Jain <n-jain1 at ti.com>
> Reviewed-by: Devarsh Thakkar <devarsht at ti.com>
> ---
> V6:
> - No change.
>
> V5:
> - No change.
>
> V4:
> - No change.
>
> V3:
> - Replace #if defined(CONFIG_SPL_VIDEO_REMOVE) with
>   if (IS_ENABLED(CONFIG_SPL_VIDEO_REMOVE).
>
> V2:
> - Add Reviewed-by tag.
>
>  common/spl/spl.c | 22 +++++++++++-----------
>  1 file changed, 11 insertions(+), 11 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list