summaryrefslogtreecommitdiff
path: root/sys/src/9
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2023-02-10 22:49:19 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2023-02-10 22:49:19 +0000
commit9651e5cbd6d9f6064b3ad63246b09194e32139e3 (patch)
tree33adab697b8c01d3d56ddeed14f4b631686af654 /sys/src/9
parent9f6096b4319bbeb81b74ffd83ffa6edc22b7890e (diff)
reform: put default "console=0" in #ec
The default configuration for "console=0" should go into CONFADDR when using /dev/reboot.
Diffstat (limited to 'sys/src/9')
-rw-r--r--sys/src/9/imx8/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/imx8/main.c b/sys/src/9/imx8/main.c
index 901a41c68..8c90c63ac 100644
--- a/sys/src/9/imx8/main.c
+++ b/sys/src/9/imx8/main.c
@@ -89,7 +89,7 @@ setconfenv(void)
if(nconf < 0){
/* use defaults when there was no configuration */
- ksetenv("console", "0", 0);
+ ksetenv("console", "0", 1);
return;
}