
17 Jul
2023
17 Jul
'23
8:20 a.m.
On Sun, Jul 16, 2023 at 11:40 AM Simon Glass sjg@chromium.org wrote:
When video is required in SPL, set this up ready for use. Ignore any problems since it may be that video is not actually available and we still want to continue on to U-Boot proper in that case.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v5:
- Drop code to ensure the SPL banner is only shown once
arch/x86/lib/spl.c | 9 +++++++++ 1 file changed, 9 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com