diff options
Diffstat (limited to 'include/configs/x86-chromebook.h')
-rw-r--r-- | include/configs/x86-chromebook.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h index 312987edc8..4bcebfc3e0 100644 --- a/include/configs/x86-chromebook.h +++ b/include/configs/x86-chromebook.h @@ -53,8 +53,8 @@ #define CONFIG_SYS_WHITE_ON_BLACK -#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \ - "stdout=vga,serial\0" \ - "stderr=vga,serial\0" +#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \ + "stdout=vidconsole,serial\0" \ + "stderr=vidconsole,serial\0" #endif |