]> git.dujemihanovic.xyz Git - u-boot.git/commit
common: spl: spl: Remove video driver
authorNikhil M Jain <n-jain1@ti.com>
Tue, 18 Jul 2023 08:57:33 +0000 (14:27 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 21 Jul 2023 19:32:12 +0000 (15:32 -0400)
commit954b0ad4a228112f68cf96522e93f4b30c7b6117
treefc62d9ef038c51488bc427008ced420b7a0ff614
parent63e73a13e994e5aa960418f02b148d023719021e
common: spl: spl: Remove video driver

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@ti.com>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/spl/spl.c