Skip to content
Snippets Groups Projects
Commit 9d189ab3 authored by Janne Grunau's avatar Janne Grunau Committed by Tom Rini
Browse files

configs: apple: Use "vidconsole,serial" as stdout/stderr


The display size querying in efi_console relies on this order. The
display should be the primary output device and should be used to
display more than 80x25 chars.

Reviewed-by: default avatarMark Kettenis <kettenis@openbsd.org>
Reviewed-by: default avatarNeal Gompa <neal@gompa.dev>
Signed-off-by: default avatarJanne Grunau <j@jannau.net>
parent 35361d8b
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@
/* Environment */
#define ENV_DEVICE_SETTINGS \
"stdin=serial,usbkbd,spikbd\0" \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"
"stdout=vidconsole,serial\0" \
"stderr=vidconsole,serial\0"
#if IS_ENABLED(CONFIG_CMD_NVME)
#define BOOT_TARGET_NVME(func) func(NVME, nvme, 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment