Jump to content

jcheriton

Members
  • Posts

    8
  • Joined

  • Last visited

Reputation Activity

  1. Like
    jcheriton got a reaction from Igor in uBoot splash screen instead of text   
    For those that have reached here trying to remove output text from u-boot the old patch no longer works.
     
    The patch below works as of August 2019, however u-boot may change in the future.
     
    diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -461,13 +461,13 @@ extern int soft_i2c_gpio_scl; #ifdef CONFIG_VIDEO #define CONSOLE_STDOUT_SETTINGS \ - "stdout=serial,vga\0" \ - "stderr=serial,vga\0" + "stdout=serial\0" \ + "stderr=serial\0" #elif CONFIG_DM_VIDEO #define CONFIG_SYS_WHITE_ON_BLACK #define CONSOLE_STDOUT_SETTINGS \ - "stdout=serial,vidconsole\0" \ - "stderr=serial,vidconsole\0" + "stdout=serial\0" \ + "stderr=serial\0" #else #define CONSOLE_STDOUT_SETTINGS \ "stdout=serial\0" \  
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines