summaryrefslogtreecommitdiff
path: root/include/configs/efi-x86_app.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/efi-x86_app.h')
-rw-r--r--include/configs/efi-x86_app.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/efi-x86_app.h b/include/configs/efi-x86_app.h
index 33418cfbec..6061a6db0a 100644
--- a/include/configs/efi-x86_app.h
+++ b/include/configs/efi-x86_app.h
@@ -10,8 +10,8 @@
#undef CONFIG_TPM_TIS_BASE_ADDRESS
-#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \
- "stdout=vga,serial\0" \
- "stderr=vga,serial\0"
+#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \
+ "stdout=vidconsole\0" \
+ "stderr=vidconsole\0"
#endif