On Wed, 5 Apr 2023 at 01:06, Nikhil M Jain <[email protected]> wrote: > > To enable video driver at SPL, need to compile video-uclass, > vidconsole-uclass, backlight-uclass, panel-uclass, simple-panel, add > rules to compile them at SPL and u-boot proper. To support > splash_display at SPL, need to compile video-bmp, add rule to compile at > SPL and u-boot proper. > > Signed-off-by: Nikhil M Jain <[email protected]> > Reviewed-by: Devarsh Thakkar <[email protected]> > --- > V6: > - Fix CONFIG_$(SPL_TPL)CONSOLE_NORMAL to CONFIG_$(SPL_TPL_)CONSOLE_NORMAL > - Add rule to compile simple_panel at SPL and u-boot proper. > > V5: > - Use $(SPL_TPL_) to check for stage specific configs and compile at > specific stages. > - Removed ifdef CONFIG_SPL_BUILD > > V4: > - No change > > V3: > - Rule to compile backlight, console and panel files > - Not added Reiewed-by tag due to changes > > V2: > - No change > > drivers/video/Makefile | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) >
Reviewed-by: Simon Glass <[email protected]> Tested-by: Simon Glass <[email protected]> # qemu-x86_64

