aboutsummaryrefslogtreecommitdiff
path: root/toys/other/devmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/devmem.c')
-rw-r--r--toys/other/devmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/devmem.c b/toys/other/devmem.c
index 920d8563..9c4dd871 100644
--- a/toys/other/devmem.c
+++ b/toys/other/devmem.c
@@ -2,7 +2,7 @@
*
* Copyright 2019 The Android Open Source Project
-USE_DEVMEM(NEWTOY(devmem, "<1>3", TOYFLAG_USR|TOYFLAG_BIN))
+USE_DEVMEM(NEWTOY(devmem, "<1>3", TOYFLAG_USR|TOYFLAG_SBIN))
config DEVMEM
bool "devmem"