]> git.dujemihanovic.xyz Git - u-boot.git/commit
common: spl: spl: Remove video driver before u-boot proper
authorNikhil M Jain <n-jain1@ti.com>
Mon, 10 Apr 2023 08:49:13 +0000 (14:19 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 8 May 2023 13:26:12 +0000 (09:26 -0400)
commit7a17e4c6f1019296a12fc68005916f11de6db928
treeb7b1fcf8caf6975f9c29e27af5e70773c1e2a132
parent72236302e67827a9d4aa251308d162a14f6ce2d6
common: spl: spl: Remove video driver before u-boot proper

Add method to remove video driver before loading u-boot proper. When
bootstage changes from SPL to u-boot proper, noo method is called to
remove video driver, and at u-boot proper if video driver is not
enabled, the video driver starts displaying garbage on the screen,
because there is no reserved space for video and the frame buffer gets
u-boot proper data written.

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
common/spl/spl.c