aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtc/main.c b/rtc/main.c
index 19bf73b9..67b9067c 100644
--- a/rtc/main.c
+++ b/rtc/main.c
@@ -36,7 +36,7 @@ static struct trivfs_control *rtccntl;
int trivfs_fstype = FSTYPE_DEV;
int trivfs_fsid = 0;
-int trivfs_support_read = 1;
+int trivfs_support_read = 0;
int trivfs_support_write = 0;
int trivfs_support_exec = 0;
int trivfs_allow_open = O_READ | O_WRITE;