X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fsunxi-common.h;h=997a92c8be0b03e7ad8b2c9749b0d3f57a87fc41;hb=3098e539d6a67df9f2a3c402d62147fa10422150;hp=b794e427bb80987fa91244ff187577effe819597;hpb=a8f01ccff2abf680449b2e694284ecf089b5d9be;p=u-boot diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index b794e427bb..997a92c8be 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -475,6 +475,11 @@ extern int soft_i2c_gpio_scl; #define CONSOLE_STDOUT_SETTINGS \ "stdout=serial,vga\0" \ "stderr=serial,vga\0" +#elif CONFIG_DM_VIDEO +#define CONFIG_SYS_WHITE_ON_BLACK +#define CONSOLE_STDOUT_SETTINGS \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" #else #define CONSOLE_STDOUT_SETTINGS \ "stdout=serial\0" \