commit | 7a17e4c6f1019296a12fc68005916f11de6db928 | [log] [tgz] |
---|---|---|
author | Nikhil M Jain <n-jain1@ti.com> | Mon Apr 10 14:19:13 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon May 08 09:26:12 2023 -0400 |
tree | b7b1fcf8caf6975f9c29e27af5e70773c1e2a132 | |
parent | 72236302e67827a9d4aa251308d162a14f6ce2d6 [diff] |
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>