Jump to content

leofrozen

Validating
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Jan 29th 2022 It works for me. diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index e840e963..6b15462c 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -418,8 +418,8 @@ extern int soft_i2c_gpio_scl; #ifdef CONFIG_DM_VIDEO #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