On Wed, 5 Apr 2023 at 01:06, Nikhil M Jain <[email protected]> wrote: > > Add Kconfigs which enable the video driver and splash screen at SPL > stage only and not at u-boot proper. The existing Kconfigs from u-boot > proper were not used to make SPL splash screen independent to them. > > Signed-off-by: Nikhil M Jain <[email protected]> > Reviewed-by: Devarsh Thakkar <[email protected]> > --- > V6: > - Replace CMD_BMP with BMP. > > V5: > - Added Reviewed-by tag. > > V4: > - No change. > > V3: > - Add separate SPL video and splash configs. > - Reviewed-by tag not added due to additional changes in V3. > > V2: > - No change. > > drivers/video/Kconfig | 223 +++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 222 insertions(+), 1 deletion(-) >
Reviewed-by: Simon Glass <[email protected]> Tested-by: Simon Glass <[email protected]> # qemu-x86_64

