0004-Enable-printing-OpenSBI-boot-logo.patch 719 B

12345678910111213141516171819202122232425
  1. From 3847a959ac4c07facbd80104ca5fa6a91fad5f35 Mon Sep 17 00:00:00 2001
  2. From: Yu Chien Peter Lin <peterlin@andestech.com>
  3. Date: Thu, 6 Jan 2022 13:50:07 +0800
  4. Subject: [PATCH] Enable printing OpenSBI boot logo
  5. Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
  6. ---
  7. include/opensbi.h | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/include/opensbi.h b/include/opensbi.h
  10. index d812cc8c..91fb8fd9 100644
  11. --- a/include/opensbi.h
  12. +++ b/include/opensbi.h
  13. @@ -20,7 +20,7 @@
  14. enum sbi_scratch_options {
  15. /** Disable prints during boot */
  16. - SBI_SCRATCH_NO_BOOT_PRINTS = (1 << 0),
  17. + SBI_SCRATCH_NO_BOOT_PRINTS = 0,
  18. };
  19. /** Representation dynamic info passed by previous booting stage */
  20. --
  21. 2.25.1