From 61da671a49a8d97bdb6008a962f8fcf4fb201f1e Mon Sep 17 00:00:00 2001 From: ZHANG Yuntian <95260730+RadxaYuntian@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:09:57 +0800 Subject: [PATCH] cmdline: fix boot VGA console --- radxa-system-config-kernel-cmdline/etc/kernel/cmdline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radxa-system-config-kernel-cmdline/etc/kernel/cmdline b/radxa-system-config-kernel-cmdline/etc/kernel/cmdline index 4ab83aa..3a4b2c2 100644 --- a/radxa-system-config-kernel-cmdline/etc/kernel/cmdline +++ b/radxa-system-config-kernel-cmdline/etc/kernel/cmdline @@ -1 +1 @@ -quiet splash loglevel=4 rw earlycon consoleblank=0 console=tty0 coherent_pool=2M irqchip.gicv3_pseudo_nmi=0 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 \ No newline at end of file +quiet splash loglevel=4 rw earlycon consoleblank=0 console=tty1 coherent_pool=2M irqchip.gicv3_pseudo_nmi=0 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 \ No newline at end of file