]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: apple: Use "vidconsole,serial" as stdout/stderr
authorJanne Grunau <j@jannau.net>
Thu, 18 Apr 2024 19:00:26 +0000 (21:00 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Apr 2024 17:02:08 +0000 (11:02 -0600)
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: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Janne Grunau <j@jannau.net>
include/configs/apple.h

index 0576bc04c94807370369f2ca89b36628715b30b3..a70440b3adcb50d4869e50fc13418e731d99a562 100644 (file)
@@ -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)